Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -199,7 +199,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 199 |
""")
|
| 200 |
with gr.Row():
|
| 201 |
with gr.Column():
|
| 202 |
-
video_in = gr.Video(label='Video IN', format="mp4")
|
| 203 |
submit_btn = gr.Button("Submit")
|
| 204 |
gr.Examples(
|
| 205 |
examples = [
|
|
|
|
| 199 |
""")
|
| 200 |
with gr.Row():
|
| 201 |
with gr.Column():
|
| 202 |
+
video_in = gr.Video(label='Video IN', format="mp4", include_audio=False)
|
| 203 |
submit_btn = gr.Button("Submit")
|
| 204 |
gr.Examples(
|
| 205 |
examples = [
|