Spaces:
Runtime error
Runtime error
envs
Browse files
app.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
import os
|
| 2 |
-
print("Installing correct gradio version...")
|
| 3 |
-
os.system("pip uninstall -y gradio")
|
| 4 |
-
os.system("pip install gradio==3.50.0")
|
| 5 |
-
print("Installing Finished!")
|
| 6 |
|
| 7 |
|
| 8 |
import gradio as gr
|
|
|
|
| 1 |
import os
|
| 2 |
+
# print("Installing correct gradio version...")
|
| 3 |
+
# os.system("pip uninstall -y gradio")
|
| 4 |
+
# os.system("pip install gradio==3.50.0")
|
| 5 |
+
# print("Installing Finished!")
|
| 6 |
|
| 7 |
|
| 8 |
import gradio as gr
|