Spaces:
Sleeping
Sleeping
Increase ZeroGPU duration to 720s for local testing
Browse files🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
app.py
CHANGED
|
@@ -398,7 +398,7 @@ else:
|
|
| 398 |
|
| 399 |
|
| 400 |
|
| 401 |
-
@spaces.GPU(duration=
|
| 402 |
def generate_qr_code_unified(
|
| 403 |
prompt: str,
|
| 404 |
text_input: str,
|
|
|
|
| 398 |
|
| 399 |
|
| 400 |
|
| 401 |
+
@spaces.GPU(duration=720)
|
| 402 |
def generate_qr_code_unified(
|
| 403 |
prompt: str,
|
| 404 |
text_input: str,
|