Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ video_output2 = gr.Video(label="Multi-Head Audio Video Attention (Only Availible
|
|
76 |
height=480)
|
77 |
video_output3 = gr.Video(label="Visual Features", height=480)
|
78 |
|
79 |
-
models = {
|
80 |
|
81 |
|
82 |
def process_video(video, model_option):
|
|
|
76 |
height=480)
|
77 |
video_output3 = gr.Video(label="Visual Features", height=480)
|
78 |
|
79 |
+
models = {}
|
80 |
|
81 |
|
82 |
def process_video(video, model_option):
|