Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,6 +22,7 @@ from gradio_client import Client, handle_file
|
|
| 22 |
import tempfile
|
| 23 |
from typing import Optional, Tuple, Any
|
| 24 |
import subprocess
|
|
|
|
| 25 |
|
| 26 |
subprocess.check_call([sys.executable, "-m", "pip", "install", "spaces==0.44.0"])
|
| 27 |
|
|
|
|
| 22 |
import tempfile
|
| 23 |
from typing import Optional, Tuple, Any
|
| 24 |
import subprocess
|
| 25 |
+
import sys
|
| 26 |
|
| 27 |
subprocess.check_call([sys.executable, "-m", "pip", "install", "spaces==0.44.0"])
|
| 28 |
|