hysts HF staff commited on
Commit
3120fb5
·
1 Parent(s): ec93f77

Remove workaround

Browse files
Files changed (1) hide show
  1. app.py +0 -4
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: