Spaces:
Running
on
Zero
Running
on
Zero
fallenshock
commited on
Commit
·
5f92dc7
1
Parent(s):
9189e56
gpu duration
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ def get_examples():
|
|
| 63 |
return case
|
| 64 |
|
| 65 |
|
| 66 |
-
@spaces.GPU()
|
| 67 |
def FlowEditRun(
|
| 68 |
image_src: str,
|
| 69 |
model_type: str,
|
|
|
|
| 63 |
return case
|
| 64 |
|
| 65 |
|
| 66 |
+
@spaces.GPU(duration=75)
|
| 67 |
def FlowEditRun(
|
| 68 |
image_src: str,
|
| 69 |
model_type: str,
|