Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,7 @@ with gr.Blocks() as demo:
|
|
202 |
run_i2v_button = gr.Button("Generate Video")
|
203 |
with gr.Column():
|
204 |
with gr.Row():
|
205 |
-
result_gallery = gr.Video(label='
|
206 |
interactive=False,
|
207 |
height=500)
|
208 |
with gr.Row():
|
@@ -213,7 +213,7 @@ with gr.Blocks() as demo:
|
|
213 |
process_bar = gr.Slider(show_label=True, label="", value=get_process_bar, maximum=100,
|
214 |
interactive=True, every=3, inputs=[task_id, status], container=True)
|
215 |
|
216 |
-
fake_video = gr.Video(label='
|
217 |
with gr.Row(visible=True) as t2v_eg:
|
218 |
gr.Examples(t2v_examples,
|
219 |
inputs=[txt2vid_prompt, result_gallery],
|
|
|
202 |
run_i2v_button = gr.Button("Generate Video")
|
203 |
with gr.Column():
|
204 |
with gr.Row():
|
205 |
+
result_gallery = gr.Video(label='Generated Video',
|
206 |
interactive=False,
|
207 |
height=500)
|
208 |
with gr.Row():
|
|
|
213 |
process_bar = gr.Slider(show_label=True, label="", value=get_process_bar, maximum=100,
|
214 |
interactive=True, every=3, inputs=[task_id, status], container=True)
|
215 |
|
216 |
+
fake_video = gr.Video(label='Examples', visible=False, interactive=False)
|
217 |
with gr.Row(visible=True) as t2v_eg:
|
218 |
gr.Examples(t2v_examples,
|
219 |
inputs=[txt2vid_prompt, result_gallery],
|