not-lain commited on
Commit
a181ad3
·
1 Parent(s): aaeb1cd

remove tqdm

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ def rmbg(image=None, url=None):
121
 
122
 
123
  @spaces.GPU
124
- def main(*args, progress=gr.Progress(track_tqdm=True)):
125
  api_num = args[0]
126
  args = args[1:]
127
  if api_num == 1:
 
121
 
122
 
123
  @spaces.GPU
124
+ def main(*args):
125
  api_num = args[0]
126
  args = args[1:]
127
  if api_num == 1: