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