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