Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import os
|
|
5 |
|
6 |
#hack install gradio
|
7 |
os.system("pip uninstall -y gradio")
|
8 |
-
os.system("pip install gradio==
|
9 |
import gradio as gr
|
10 |
|
11 |
import json
|
|
|
5 |
|
6 |
#hack install gradio
|
7 |
os.system("pip uninstall -y gradio")
|
8 |
+
os.system("pip install gradio==4.23.0")
|
9 |
import gradio as gr
|
10 |
|
11 |
import json
|