svjack commited on
Commit
6aa8b91
·
1 Parent(s): 07ede6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -1,4 +1,10 @@
1
  import os
 
 
 
 
 
 
2
  os.system("pip install transformers==4.30.2")
3
 
4
  import sys
 
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
 
10
  import sys