fantaxy commited on
Commit
3987d36
·
verified ·
1 Parent(s): 47f3fb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -187,7 +187,6 @@ def enhance_prompt_if_enabled(prompt, enhance_toggle):
187
  def generate_video_from_text_90(
188
  prompt="",
189
  enhance_prompt_toggle=False,
190
- txt2vid_analytics_toggle=True,
191
  negative_prompt="",
192
  frame_rate=25,
193
  seed=random.randint(0, MAX_SEED),
@@ -362,7 +361,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
362
  inputs=[
363
  txt2vid_prompt,
364
  txt2vid_enhance_toggle,
365
- txt2vid_analytics_toggle,
366
  txt2vid_negative_prompt,
367
  txt2vid_frame_rate,
368
  *txt2vid_advanced,
@@ -374,4 +372,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
374
  )
375
 
376
  if __name__ == "__main__":
377
- iface.queue(max_size=64, default_concurrency_limit=1, api_open=False).launch(share=True, show_api=False)
 
187
  def generate_video_from_text_90(
188
  prompt="",
189
  enhance_prompt_toggle=False,
 
190
  negative_prompt="",
191
  frame_rate=25,
192
  seed=random.randint(0, MAX_SEED),
 
361
  inputs=[
362
  txt2vid_prompt,
363
  txt2vid_enhance_toggle,
 
364
  txt2vid_negative_prompt,
365
  txt2vid_frame_rate,
366
  *txt2vid_advanced,
 
372
  )
373
 
374
  if __name__ == "__main__":
375
+ iface.queue(max_size=64, default_concurrency_limit=1, api_open=False).launch(share=True, show_api=False) ===== Application Startup at 2024-12-20 01:30:34 =====