Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,9 @@ import io
|
|
4 |
import json
|
5 |
|
6 |
|
7 |
-
|
|
|
|
|
8 |
print("grd version:", gr.__version__)
|
9 |
|
10 |
# Load the tokenizer from the specific folder
|
|
|
4 |
import json
|
5 |
|
6 |
|
7 |
+
os.system("pip uninstall -y gradio")
|
8 |
+
os.system("pip install gradio==4.9.0")
|
9 |
+
|
10 |
print("grd version:", gr.__version__)
|
11 |
|
12 |
# Load the tokenizer from the specific folder
|