pvduy commited on
Commit
235085c
1 Parent(s): 281a5ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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==3.50.2")
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