Spaces:
Runtime error
Runtime error
lzyhha
commited on
Commit
·
32cd882
1
Parent(s):
05c39e2
test
Browse files
app.py
CHANGED
|
@@ -467,7 +467,8 @@ def create_demo(model):
|
|
| 467 |
return demo
|
| 468 |
|
| 469 |
|
| 470 |
-
@spaces.GPU(duration=120)
|
|
|
|
| 471 |
def generate(
|
| 472 |
images,
|
| 473 |
prompts,
|
|
|
|
| 467 |
return demo
|
| 468 |
|
| 469 |
|
| 470 |
+
# @spaces.GPU(duration=120)
|
| 471 |
+
@spaces.GPU()
|
| 472 |
def generate(
|
| 473 |
images,
|
| 474 |
prompts,
|