Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
|
@@ -389,7 +389,7 @@ def merge_results_python(source_file: str, target_file: str, output_file: str) -
|
|
| 389 |
# ==========================================================
|
| 390 |
# 6. GRADIO APP
|
| 391 |
# ==========================================================
|
| 392 |
-
@spaces.GPU(duration=
|
| 393 |
def main(input_file: str, seed: int = 12345):
|
| 394 |
temp_dir = Path(__file__).parent / "tmp"
|
| 395 |
temp_dir.mkdir(exist_ok=True)
|
|
|
|
| 389 |
# ==========================================================
|
| 390 |
# 6. GRADIO APP
|
| 391 |
# ==========================================================
|
| 392 |
+
@spaces.GPU(duration=300)
|
| 393 |
def main(input_file: str, seed: int = 12345):
|
| 394 |
temp_dir = Path(__file__).parent / "tmp"
|
| 395 |
temp_dir.mkdir(exist_ok=True)
|