Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ torch.jit.script = lambda f: f
|
|
| 12 |
|
| 13 |
from transparent_background import Remover
|
| 14 |
|
| 15 |
-
@spaces.GPU(duration=
|
| 16 |
def doo(video, color, mode, progress=gr.Progress()):
|
| 17 |
print(str(color))
|
| 18 |
if str(color).startswith('#'):
|
|
|
|
| 12 |
|
| 13 |
from transparent_background import Remover
|
| 14 |
|
| 15 |
+
@spaces.GPU(duration=90)
|
| 16 |
def doo(video, color, mode, progress=gr.Progress()):
|
| 17 |
print(str(color))
|
| 18 |
if str(color).startswith('#'):
|