Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ def generate_video(prompt):
|
|
6 |
|
7 |
|
8 |
|
9 |
-
interface = gr.Interface(generate_video, gr.inputs.Textbox(placeholder="
|
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 |
|