fffiloni commited on
Commit
5c21044
·
verified ·
1 Parent(s): b4011d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import subprocess
4
  import tempfile
5
  from glob import glob
6
 
7
- def run_inference(image_input, audio_input):
8
 
9
  # Create a temporary folder for downloaded and processed images
10
  temp_dir = tempfile.mkdtemp()
 
4
  import tempfile
5
  from glob import glob
6
 
7
+ def run_inference(image_input, audio_input, progress=gr.Progress(track_tqdm=True)):
8
 
9
  # Create a temporary folder for downloaded and processed images
10
  temp_dir = tempfile.mkdtemp()