Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
-
os.system("pip
|
|
|
3 |
|
4 |
import gradio as gr
|
5 |
|
|
|
1 |
import os
|
2 |
+
os.system("pip uninstall gradio")
|
3 |
+
os.system("pip install git+https //github.com/gradio-app/gradio.git")
|
4 |
|
5 |
import gradio as gr
|
6 |
|