Antonio
commited on
Commit
·
40b18a1
1
Parent(s):
5214bf4
Removed video_file.name
Browse files
app.py
CHANGED
@@ -199,7 +199,7 @@ def predict(video_file, video_model_name, audio_model_name, framework_name):
|
|
199 |
|
200 |
delete_directory_path = "./temp/"
|
201 |
|
202 |
-
video_path, audio_path = separate_video_audio(video_file
|
203 |
|
204 |
video_prediction = predict_video(video_path, video_model, image_processor)
|
205 |
|
|
|
199 |
|
200 |
delete_directory_path = "./temp/"
|
201 |
|
202 |
+
video_path, audio_path = separate_video_audio(video_file)
|
203 |
|
204 |
video_prediction = predict_video(video_path, video_model, image_processor)
|
205 |
|