mtyrrell commited on
Commit
66fd865
1 Parent(s): 3727da1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -2,11 +2,12 @@
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
12
  import re
 
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 inflect")
7
  os.system("pip uninstall -y pydantic")
8
  # os.system("pip uninstall -y typer")
9
  # os.system('pip install typer==0.4.0')
10
+ os.system('pip install pydantic==1.8.2')
11
 
12
  import streamlit as st
13
  import re