Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ SAMPLER_MAP = {
|
|
83 |
"DEIS": lambda config: DEISMultistepScheduler.from_config(config),
|
84 |
}
|
85 |
|
86 |
-
@spaces.GPU(duration=
|
87 |
def inference(
|
88 |
qr_code_content: str,
|
89 |
prompt: str,
|
|
|
83 |
"DEIS": lambda config: DEISMultistepScheduler.from_config(config),
|
84 |
}
|
85 |
|
86 |
+
@spaces.GPU(duration=500)
|
87 |
def inference(
|
88 |
qr_code_content: str,
|
89 |
prompt: str,
|