Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ def process_video(video, model_option):
|
|
136 |
sample_rate,
|
137 |
temp_video_path_1)
|
138 |
|
139 |
-
if model_option == "
|
140 |
temp_video_path_2 = tempfile.mktemp(suffix='.mp4')
|
141 |
|
142 |
plot_2head_attention_video(
|
|
|
136 |
sample_rate,
|
137 |
temp_video_path_1)
|
138 |
|
139 |
+
if model_option == "sound-language": # change to _ _
|
140 |
temp_video_path_2 = tempfile.mktemp(suffix='.mp4')
|
141 |
|
142 |
plot_2head_attention_video(
|