rizavelioglu commited on
Commit
8b4895b
·
verified ·
1 Parent(s): 5558320

increase duration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ class VAETester:
92
  return results
93
 
94
 
95
- @spaces.GPU(duration=5)
96
  def test_all_vaes(image_path: str, tolerance: float, img_size: int):
97
  """Gradio interface function to test all VAEs"""
98
  # Initialize tester
 
92
  return results
93
 
94
 
95
+ @spaces.GPU(duration=10)
96
  def test_all_vaes(image_path: str, tolerance: float, img_size: int):
97
  """Gradio interface function to test all VAEs"""
98
  # Initialize tester