Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
1355f82
1
Parent(s):
2796b98
Increase the request size for FLUX
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def get_examples():
|
|
67 |
return case
|
68 |
|
69 |
|
70 |
-
@spaces.GPU(duration=
|
71 |
def FlowEditRun(
|
72 |
image_src: str,
|
73 |
model_type: str,
|
|
|
67 |
return case
|
68 |
|
69 |
|
70 |
+
@spaces.GPU(duration=75)
|
71 |
def FlowEditRun(
|
72 |
image_src: str,
|
73 |
model_type: str,
|