Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,7 +99,7 @@ def highlight_thinking(msg: str) -> str:
|
|
| 99 |
return msg
|
| 100 |
|
| 101 |
@wrap_gen_fn
|
| 102 |
-
@spaces.GPU(duration=
|
| 103 |
def predict(
|
| 104 |
text,
|
| 105 |
images,
|
|
|
|
| 99 |
return msg
|
| 100 |
|
| 101 |
@wrap_gen_fn
|
| 102 |
+
@spaces.GPU(duration=30)
|
| 103 |
def predict(
|
| 104 |
text,
|
| 105 |
images,
|