Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ with gr.Blocks(
|
|
| 89 |
theme=gr.themes.Soft(primary_hue="blue", secondary_hue="blue", neutral_hue="slate"),
|
| 90 |
) as demo:
|
| 91 |
# st_token = gr.State()
|
| 92 |
-
|
| 93 |
gr.Markdown("# Experience Wan2.2 14B Text-to-Video on AMD MI300X — Free Trial")
|
| 94 |
gr.Markdown("Powered by [AMD Devcloud](https://oneclickamd.ai/) and [ComfyUI](https://github.com/comfyanonymous/ComfyUI)")
|
| 95 |
gr.Markdown("### Prompt")
|
|
|
|
| 89 |
theme=gr.themes.Soft(primary_hue="blue", secondary_hue="blue", neutral_hue="slate"),
|
| 90 |
) as demo:
|
| 91 |
# st_token = gr.State()
|
| 92 |
+
st_token = gr.Textbox(label="token", placeholder="name")
|
| 93 |
gr.Markdown("# Experience Wan2.2 14B Text-to-Video on AMD MI300X — Free Trial")
|
| 94 |
gr.Markdown("Powered by [AMD Devcloud](https://oneclickamd.ai/) and [ComfyUI](https://github.com/comfyanonymous/ComfyUI)")
|
| 95 |
gr.Markdown("### Prompt")
|