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