yourusername commited on
Commit
0975c59
·
unverified ·
1 Parent(s): de5d5e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ def run_cmd(command):
20
 
21
 
22
  print("⬇️ Installing latest gradio==2.4.7b0")
 
23
  run_cmd('pip install "gradio==2.4.7b0"')
24
  import gradio as gr
25
 
 
20
 
21
 
22
  print("⬇️ Installing latest gradio==2.4.7b0")
23
+ run_cmd("pip install --upgrade pip")
24
  run_cmd('pip install "gradio==2.4.7b0"')
25
  import gradio as gr
26