Update app.py
Browse files
app.py
CHANGED
@@ -346,7 +346,7 @@ with gr.Blocks(theme=theme, css=".gradio-container { background: rgba(255, 255,
|
|
346 |
with gr.Column():
|
347 |
input_video = gr.Video(sources=["upload", "webcam"], format='mp4')
|
348 |
button = gr.Button("Process", variant="primary")
|
349 |
-
gr.Examples(inputs=input_video, examples=[os.path.join(os.path.dirname(__file__), "test_video_1.mp4")])
|
350 |
with gr.Column():
|
351 |
with gr.Row():
|
352 |
video_sentiment_final = gr.Label(label="Video Sentiment Score")
|
|
|
346 |
with gr.Column():
|
347 |
input_video = gr.Video(sources=["upload", "webcam"], format='mp4')
|
348 |
button = gr.Button("Process", variant="primary")
|
349 |
+
# gr.Examples(inputs=input_video, examples=[os.path.join(os.path.dirname(__file__), "test_video_1.mp4")])
|
350 |
with gr.Column():
|
351 |
with gr.Row():
|
352 |
video_sentiment_final = gr.Label(label="Video Sentiment Score")
|