mrfakename commited on
Commit
262d100
·
verified ·
1 Parent(s): b8a7f9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -405,9 +405,8 @@ CSS = """
405
 
406
  with gr.Blocks(css=CSS, title="Anima V1 ZeroGPU Demo") as demo:
407
  gr.Markdown(
408
- "# Anima V1 ZeroGPU Demo\n"
409
- "This demo loads the `circlestone-labs/Anima` V1 single-file weights: "
410
- "`anima-base-v1.0.safetensors`, `qwen_3_06b_base.safetensors`, and `qwen_image_vae.safetensors`. Tokenizers are downloaded separately from public Hugging Face repos."
411
  )
412
  gr.Markdown(f"**Startup status:** {_STARTUP_STATUS}", elem_id="startup-box")
413
  with gr.Row():
 
405
 
406
  with gr.Blocks(css=CSS, title="Anima V1 ZeroGPU Demo") as demo:
407
  gr.Markdown(
408
+ "# Anima V1\n"
409
+ "This is a free demo of the [Anima V1](https://huggingface.co/circlestone-labs/Anima) model from Circlestone Labs running on ZeroGPU."
 
410
  )
411
  gr.Markdown(f"**Startup status:** {_STARTUP_STATUS}", elem_id="startup-box")
412
  with gr.Row():