Antonio commited on
Commit
c643d9f
·
1 Parent(s): 1614f6b

Removed video_path from predictions output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,7 +220,7 @@ def predict(video_file, video_model_name, audio_model_name, framework_name):
220
  <p><strong>Audio Label:</strong> {highest_audio_emotion}</p>
221
  <p><strong>Consensus Label:</strong> {consensus_label}</p>
222
  """
223
- return result, video_file
224
 
225
  inputs = [
226
  gr.Video(label="Upload Video"),
 
220
  <p><strong>Audio Label:</strong> {highest_audio_emotion}</p>
221
  <p><strong>Consensus Label:</strong> {consensus_label}</p>
222
  """
223
+ return result
224
 
225
  inputs = [
226
  gr.Video(label="Upload Video"),