Spaces:
Runtime error
Runtime error
Ivan Felipe Rodriguez
commited on
Commit
·
9908f76
1
Parent(s):
43e6405
testing fix for ffmpeg problem
Browse files
app.py
CHANGED
@@ -205,7 +205,7 @@ with gr.Blocks(title='Shark Patrol',theme=gr.themes.Soft(),live=True,) as demo:
|
|
205 |
|
206 |
with gr.Tab("Test your own Video"):
|
207 |
with gr.Row():
|
208 |
-
video_input = gr.Video(source='upload')
|
209 |
#video_input.style(witdh='50%',height='50%')
|
210 |
video_output = gr.Video()
|
211 |
#video_output.style(witdh='50%',height='50%')
|
|
|
205 |
|
206 |
with gr.Tab("Test your own Video"):
|
207 |
with gr.Row():
|
208 |
+
video_input = gr.Video(source='upload',include_audio=True)
|
209 |
#video_input.style(witdh='50%',height='50%')
|
210 |
video_output = gr.Video()
|
211 |
#video_output.style(witdh='50%',height='50%')
|