pvduy commited on
Commit
d34759f
1 Parent(s): d6839dc

hack install gradio 3.50.2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,10 +1,10 @@
1
- import gradio as gr
2
  import argparse
3
  import os
4
 
5
  #hack install gradio
6
  os.system("pip uninstall -y gradio")
7
  os.system("pip install gradio==3.50.2")
 
8
 
9
  import json
10
  from threading import Thread
 
 
1
  import argparse
2
  import os
3
 
4
  #hack install gradio
5
  os.system("pip uninstall -y gradio")
6
  os.system("pip install gradio==3.50.2")
7
+ import gradio as gr
8
 
9
  import json
10
  from threading import Thread