Spaces:
Running
Running
updated duration
Browse filessetting the duration to maximum quota allowed, i.e. 300 seconds
app.py
CHANGED
@@ -29,7 +29,7 @@ def generate(engine, prompt, num_inference_steps=50, guidance_scale=6.0):
|
|
29 |
return output_path
|
30 |
|
31 |
|
32 |
-
@spaces.GPU(duration=
|
33 |
def generate_vs(
|
34 |
model_name,
|
35 |
prompt,
|
|
|
29 |
return output_path
|
30 |
|
31 |
|
32 |
+
@spaces.GPU(duration=300)
|
33 |
def generate_vs(
|
34 |
model_name,
|
35 |
prompt,
|