Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def save_generated_image(image, prompt):
|
|
43 |
return filepath
|
44 |
|
45 |
# Fixed inference function - properly handle Progress parameter
|
46 |
-
@spaces.GPU(duration=
|
47 |
def inference(
|
48 |
prompt,
|
49 |
seed=42,
|
|
|
43 |
return filepath
|
44 |
|
45 |
# Fixed inference function - properly handle Progress parameter
|
46 |
+
@spaces.GPU(duration=60)
|
47 |
def inference(
|
48 |
prompt,
|
49 |
seed=42,
|