Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|