abhicodes commited on
Commit
0db53a4
1 Parent(s): 64861fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -321,7 +321,9 @@ def video_to_audio(input_video):
321
  'total_transcript_sentiment': total_transcript_sentiment
322
  }
323
 
324
- response = requests.post('http://127.0.0.1:5000/interview', json=payload)
 
 
325
 
326
  return str(final_output), frames_images, total_transcript_sentiment, audio_divide_sentiment, formatted_response, video_sentiment_markdown, emotion_finals, body_language, {'Distraction Rate': distraction_rate}
327
 
 
321
  'total_transcript_sentiment': total_transcript_sentiment
322
  }
323
 
324
+ # response = requests.post('http://127.0.0.1:5000/interview', json=payload)
325
+
326
+ print(payload)
327
 
328
  return str(final_output), frames_images, total_transcript_sentiment, audio_divide_sentiment, formatted_response, video_sentiment_markdown, emotion_finals, body_language, {'Distraction Rate': distraction_rate}
329