BoZhaoHuggingFace commited on
Commit
af6e727
1 Parent(s): b7d77eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -6,9 +6,6 @@ import subprocess
6
 
7
  import bunny.serve.gradio_web_server as gws
8
 
9
- os.system("pip uninstall -y gradio")
10
- os.system("pip install gradio")
11
-
12
  subprocess.check_call([sys.executable, '-m', 'pip', 'install', '-e', '.'])
13
 
14
 
 
6
 
7
  import bunny.serve.gradio_web_server as gws
8
 
 
 
 
9
  subprocess.check_call([sys.executable, '-m', 'pip', 'install', '-e', '.'])
10
 
11