Spaces:
Paused
Paused
3min timeout
Browse files- app-full.py +1 -1
app-full.py
CHANGED
|
@@ -60,7 +60,7 @@ pipe = HiDreamImagePipeline.from_pretrained(
|
|
| 60 |
pipe.transformer = transformer
|
| 61 |
|
| 62 |
|
| 63 |
-
@spaces.GPU(duration=
|
| 64 |
def generate_image(
|
| 65 |
prompt: str,
|
| 66 |
resolution: str,
|
|
|
|
| 60 |
pipe.transformer = transformer
|
| 61 |
|
| 62 |
|
| 63 |
+
@spaces.GPU(duration=60 * 3)
|
| 64 |
def generate_image(
|
| 65 |
prompt: str,
|
| 66 |
resolution: str,
|