Spaces:
Running
on
Zero
Running
on
Zero
increase duration
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ class VAETester:
|
|
92 |
return results
|
93 |
|
94 |
|
95 |
-
@spaces.GPU(duration=
|
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
|