teragron commited on
Commit
db50e26
·
1 Parent(s): 9a4d588

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -4,7 +4,9 @@ import io
4
  import json
5
 
6
 
7
- import gradio as gr
 
 
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