mtyrrell commited on
Commit
e96c006
1 Parent(s): df237f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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