Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse filesupdated 180 to 300
app.py
CHANGED
|
@@ -116,7 +116,7 @@ def render_webpage(
|
|
| 116 |
return Image.open(output_path_screenshot)
|
| 117 |
|
| 118 |
|
| 119 |
-
@spaces.GPU(duration=
|
| 120 |
def model_inference(
|
| 121 |
image,
|
| 122 |
):
|
|
|
|
| 116 |
return Image.open(output_path_screenshot)
|
| 117 |
|
| 118 |
|
| 119 |
+
@spaces.GPU(duration=300)
|
| 120 |
def model_inference(
|
| 121 |
image,
|
| 122 |
):
|