jbilcke-hf HF Staff commited on
Commit
da53069
·
verified ·
1 Parent(s): 08832e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 forked by [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 not 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():
 
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():