Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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
|
| 409 |
-
"This demo
|
| 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():
|