Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ footer {
|
|
56 |
}
|
57 |
"""
|
58 |
|
59 |
-
@spaces.GPU
|
60 |
def predict_image(input_image, input_file):
|
61 |
|
62 |
if input_image is not None:
|
|
|
56 |
}
|
57 |
"""
|
58 |
|
59 |
+
@spaces.GPU(duration=20)
|
60 |
def predict_image(input_image, input_file):
|
61 |
|
62 |
if input_image is not None:
|