Spaces:
Runtime error
Runtime error
Remove workaround
Browse files
app.py
CHANGED
@@ -9,10 +9,6 @@ import pathlib
|
|
9 |
import subprocess
|
10 |
import tarfile
|
11 |
|
12 |
-
# workaround for https://github.com/gradio-app/gradio/issues/483
|
13 |
-
command = 'pip install -U gradio==2.7.0'
|
14 |
-
subprocess.call(command.split())
|
15 |
-
|
16 |
try:
|
17 |
import detectron2
|
18 |
except:
|
|
|
9 |
import subprocess
|
10 |
import tarfile
|
11 |
|
|
|
|
|
|
|
|
|
12 |
try:
|
13 |
import detectron2
|
14 |
except:
|