Spaces:
Sleeping
Sleeping
Anonymous
commited on
Commit
·
d9b63e8
1
Parent(s):
5f9f17c
fix app
Browse files
app.py
CHANGED
@@ -262,8 +262,8 @@ with gr.Blocks(css=css) as demo:
|
|
262 |
submit_btn = gr.Button("Generate")
|
263 |
video_result = gr.Video(label="Video Output")
|
264 |
|
265 |
-
print(prompt_in.
|
266 |
-
print(output_size.
|
267 |
|
268 |
# gr.Examples(examples=examples, inputs=[prompt_in, output_size])
|
269 |
|
|
|
262 |
submit_btn = gr.Button("Generate")
|
263 |
video_result = gr.Video(label="Video Output")
|
264 |
|
265 |
+
print(prompt_in._id)
|
266 |
+
print(output_size._id)
|
267 |
|
268 |
# gr.Examples(examples=examples, inputs=[prompt_in, output_size])
|
269 |
|