smartdigitalnetworks commited on
Commit
b1871bf
·
verified ·
1 Parent(s): 8f75ad1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -773,13 +773,6 @@ with gr.Blocks(css="footer {display:none !important}") as demo:
773
  0.1,
774
  list(MODELS.keys())[0],
775
  ],
776
- [
777
- ["./examples/ai_talk.wav", "./examples/bg-image.png"],
778
- "Use the image as the background with a full-width waveform visualization for the audio. Make the waveform 250 pixels tall.",
779
- 0.95,
780
- 0.1,
781
- list(MODELS.keys())[0],
782
- ],
783
  ],
784
  inputs=[user_files, user_prompt, top_p, temperature, model_choice],
785
  outputs=[generated_video, generated_command],
 
773
  0.1,
774
  list(MODELS.keys())[0],
775
  ],
 
 
 
 
 
 
 
776
  ],
777
  inputs=[user_files, user_prompt, top_p, temperature, model_choice],
778
  outputs=[generated_video, generated_command],