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

hack install gradio 3.50.2

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -1,6 +1,11 @@
1
  import gradio as gr
2
  import argparse
3
  import os
 
 
 
 
 
4
  import json
5
  from threading import Thread
6
  import torch
 
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
11
  import torch