abhicodes commited on
Commit
64861fa
1 Parent(s): 826b7c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -346,9 +346,7 @@ with gr.Blocks(theme=theme, css=".gradio-container { background: rgba(255, 255,
346
  gr.Examples(inputs=input_video, examples=[os.path.join(os.path.dirname(__file__), "test_video_1.mp4")])
347
  with gr.Column():
348
  with gr.Row():
349
-
350
- <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/65187fb720b18e99b47333db/4yS0wImMi4fJbQBnIGr2n.mp4"></video>
351
- nt_final = gr.Label(label="Video Sentiment Score")
352
  speech_emotions = gr.Label(label="Audio Emotion Score")
353
  with gr.Row():
354
  overall_transcript_score = gr.Label(label="Overall Transcript Score")
 
346
  gr.Examples(inputs=input_video, examples=[os.path.join(os.path.dirname(__file__), "test_video_1.mp4")])
347
  with gr.Column():
348
  with gr.Row():
349
+ video_sentiment_final = gr.Label(label="Video Sentiment Score")
 
 
350
  speech_emotions = gr.Label(label="Audio Emotion Score")
351
  with gr.Row():
352
  overall_transcript_score = gr.Label(label="Overall Transcript Score")