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")
|
|
@@ -109,6 +109,7 @@ with gr.Blocks(
|
|
| 109 |
cfg = gr.Number(label="CFG", value=5.0)
|
| 110 |
seed = gr.Number(label="Seed (optional)", value=None)
|
| 111 |
filename_prefix = gr.Textbox(label="Filename prefix", value="video/ComfyUI")
|
|
|
|
| 112 |
|
| 113 |
with gr.Row():
|
| 114 |
with gr.Column(scale=1):
|
|
|
|
| 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")
|
|
|
|
| 109 |
cfg = gr.Number(label="CFG", value=5.0)
|
| 110 |
seed = gr.Number(label="Seed (optional)", value=None)
|
| 111 |
filename_prefix = gr.Textbox(label="Filename prefix", value="video/ComfyUI")
|
| 112 |
+
st_token = gr.Textbox(label="token", placeholder="name")
|
| 113 |
|
| 114 |
with gr.Row():
|
| 115 |
with gr.Column(scale=1):
|