Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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()
|