Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|