mtyrrell commited on
Commit
34bea2e
·
1 Parent(s): 6bcdb09

Update app.py

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