Spaces:
Runtime error
Runtime error
amoooooo
commited on
Commit
·
dac749d
1
Parent(s):
aa086d4
Gradio Version
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from PIL import Image
|
|
4 |
import subprocess
|
5 |
|
6 |
# Install necessary packages
|
7 |
-
os.system("pip install gradio")
|
8 |
os.system("pip install 'git+https://github.com/facebookresearch/detectron2.git'")
|
9 |
|
10 |
# Clone the repository
|
|
|
4 |
import subprocess
|
5 |
|
6 |
# Install necessary packages
|
7 |
+
os.system("pip install gradio==2.4.6")
|
8 |
os.system("pip install 'git+https://github.com/facebookresearch/detectron2.git'")
|
9 |
|
10 |
# Clone the repository
|