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