Peijie commited on
Commit
8f1674b
·
1 Parent(s): 92ef913

remove installation of gradio==3.41.0

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -2,9 +2,6 @@
2
  import io
3
  import os
4
  debug = False
5
- if not debug:
6
- os.system("pip uninstall -y gradio")
7
- os.system("pip install gradio==3.41.0")
8
 
9
  import torch
10
  import json
 
2
  import io
3
  import os
4
  debug = False
 
 
 
5
 
6
  import torch
7
  import json