Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ def generate_video(prompt):
6
 
7
 
8
 
9
- interface = gr.Interface(generate_video, gr.inputs.Textbox(placeholder="people in the street to celebrate spring festival"), gr.outputs.Video())
10
 
11
  interface.launch()
12
 
 
6
 
7
 
8
 
9
+ interface = gr.Interface(generate_video, gr.inputs.Textbox(placeholder="portrait of Gypsy woman, big eyes, highly detailed, masterpiece, realistic, light"), gr.outputs.Video())
10
 
11
  interface.launch()
12