remove tqdm
Browse files
app.py
CHANGED
|
@@ -121,7 +121,7 @@ def rmbg(image=None, url=None):
|
|
| 121 |
|
| 122 |
|
| 123 |
@spaces.GPU
|
| 124 |
-
def main(*args
|
| 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:
|