Update app.py
Browse files
app.py
CHANGED
|
@@ -124,7 +124,7 @@ MAX_SEED = np.iinfo(np.int32).max
|
|
| 124 |
TRIGGER = "a photo of TOK"
|
| 125 |
|
| 126 |
|
| 127 |
-
@spaces.GPU(duration=
|
| 128 |
def execute(image, prompt, debug=False):
|
| 129 |
if not prompt :
|
| 130 |
gr.Info("Please enter a text prompt.")
|
|
|
|
| 124 |
TRIGGER = "a photo of TOK"
|
| 125 |
|
| 126 |
|
| 127 |
+
@spaces.GPU(duration=75)
|
| 128 |
def execute(image, prompt, debug=False):
|
| 129 |
if not prompt :
|
| 130 |
gr.Info("Please enter a text prompt.")
|