Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,7 @@ import subprocess
|
|
32 |
import sys
|
33 |
import tempfile
|
34 |
from huggingface_hub import hf_hub_download
|
|
|
35 |
|
36 |
subprocess.run(
|
37 |
shlex.split(
|
|
|
32 |
import sys
|
33 |
import tempfile
|
34 |
from huggingface_hub import hf_hub_download
|
35 |
+
import shlex
|
36 |
|
37 |
subprocess.run(
|
38 |
shlex.split(
|