lorocksUMD commited on
Commit
6a6acad
·
verified ·
1 Parent(s): d3e1fd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = {o: LitAVAligner.from_pretrained(f"mhamilton723/DenseAV-{o}") for o in options}
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):