Denliner commited on
Commit
412032a
1 Parent(s): 8ea775d

try to fix that gradio error

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -8,6 +8,9 @@ import onnxruntime as rt
8
  import pandas as pd
9
  from PIL import Image
10
 
 
 
 
11
  TITLE = "WaifuDiffusion Tagger"
12
 
13
  DESCRIPTION = """
 
8
  import pandas as pd
9
  from PIL import Image
10
 
11
+
12
+ os.system("pip uninstall -y gradio")
13
+ os.system("pip install gradio==3.50")
14
  TITLE = "WaifuDiffusion Tagger"
15
 
16
  DESCRIPTION = """