Update app.py
Browse files
app.py
CHANGED
|
@@ -90,8 +90,8 @@ with gr.Blocks(
|
|
| 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")
|
| 96 |
text = gr.Textbox(label="Prompt", placeholder="Describe the video you want", lines=3)
|
| 97 |
|
|
|
|
| 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")
|
| 96 |
text = gr.Textbox(label="Prompt", placeholder="Describe the video you want", lines=3)
|
| 97 |
|