Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|