Spaces:
Running
Running
gradio fix
Browse filesi am an idiot fix
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
os.system("pip uninstall -y gradio")
|
2 |
os.system("pip install gradio==2.6.4")
|
3 |
import gradio as gr, numpy as np
|
|
|
1 |
+
import os
|
2 |
os.system("pip uninstall -y gradio")
|
3 |
os.system("pip install gradio==2.6.4")
|
4 |
import gradio as gr, numpy as np
|