Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
app.py
CHANGED
@@ -152,10 +152,10 @@ def generate_video(prompt, height, width,
|
|
152 |
|
153 |
with gr.Blocks() as demo:
|
154 |
gr.Markdown("# ⚡ InstaVideo")
|
155 |
-
gr.Markdown("This Gradio space is
|
156 |
|
157 |
# Add notice for limited spaces
|
158 |
-
if
|
159 |
gr.Markdown("This free public demo limits the resolution to 640x640, duration to 2s, and inference steps to 3. For full capabilities please duplicate this space.")
|
160 |
|
161 |
with gr.Row():
|
|
|
152 |
|
153 |
with gr.Blocks() as demo:
|
154 |
gr.Markdown("# ⚡ InstaVideo")
|
155 |
+
gr.Markdown("This Gradio space is a fork of [wan2-1-fast from multimodalart](https://huggingface.co/spaces/multimodalart/wan2-1-fast), and is powered by the Wan CausVid LoRA [from Kijai](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Wan21_CausVid_bidirect2_T2V_1_3B_lora_rank32.safetensors).")
|
156 |
|
157 |
# Add notice for limited spaces
|
158 |
+
if IS_ORIGINAL_SPACE:
|
159 |
gr.Markdown("This free public demo limits the resolution to 640x640, duration to 2s, and inference steps to 3. For full capabilities please duplicate this space.")
|
160 |
|
161 |
with gr.Row():
|