dalouuu commited on
Commit
ee88673
·
verified ·
1 Parent(s): 4406e54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=900)
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)