svjack commited on
Commit
34d9991
·
1 Parent(s): 6aa8b91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,9 +1,11 @@
1
  import os
2
 
 
3
  os.system("pip uninstall httpx -y")
4
  os.system("pip uninstall pydantic -y")
5
  os.system("pip uninstall gradio -y")
6
  os.system("pip install -U gradio")
 
7
 
8
  os.system("pip install transformers==4.30.2")
9
 
 
1
  import os
2
 
3
+ '''
4
  os.system("pip uninstall httpx -y")
5
  os.system("pip uninstall pydantic -y")
6
  os.system("pip uninstall gradio -y")
7
  os.system("pip install -U gradio")
8
+ '''
9
 
10
  os.system("pip install transformers==4.30.2")
11