Update app.py
Browse files
app.py
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
import os
|
3 |
os.system("pip uninstall -y spaces")
|
4 |
os.system('pip install spaces==0.17.0')
|
5 |
-
os.system("pip uninstall -y gradio")
|
6 |
os.system("pip uninstall -y pydantic")
|
7 |
-
os.system("pip uninstall -y typer")
|
8 |
-
os.system('pip install typer==0.4.0')
|
9 |
os.system('pip install pydantic==1.8.2 --use-deprecated=legacy-resolver')
|
10 |
|
11 |
import streamlit as st
|
|
|
2 |
import os
|
3 |
os.system("pip uninstall -y spaces")
|
4 |
os.system('pip install spaces==0.17.0')
|
5 |
+
# os.system("pip uninstall -y gradio")
|
6 |
os.system("pip uninstall -y pydantic")
|
7 |
+
# os.system("pip uninstall -y typer")
|
8 |
+
# os.system('pip install typer==0.4.0')
|
9 |
os.system('pip install pydantic==1.8.2 --use-deprecated=legacy-resolver')
|
10 |
|
11 |
import streamlit as st
|