Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ os.system("pip uninstall gradio -y")
|
|
7 |
os.system("pip install -U gradio")
|
8 |
'''
|
9 |
|
10 |
-
|
11 |
|
12 |
import sys
|
13 |
import re
|
|
|
7 |
os.system("pip install -U gradio")
|
8 |
'''
|
9 |
|
10 |
+
os.system("pip install transformers==4.30.2")
|
11 |
|
12 |
import sys
|
13 |
import re
|