Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ class VAETester:
|
|
| 93 |
# Initialize tester
|
| 94 |
tester = VAETester()
|
| 95 |
|
| 96 |
-
|
| 97 |
def test_all_vaes(image_path: str, tolerance: float):
|
| 98 |
"""Gradio interface function to test all VAEs"""
|
| 99 |
try:
|
|
|
|
| 93 |
# Initialize tester
|
| 94 |
tester = VAETester()
|
| 95 |
|
| 96 |
+
@spaces.GPU(duration=10)
|
| 97 |
def test_all_vaes(image_path: str, tolerance: float):
|
| 98 |
"""Gradio interface function to test all VAEs"""
|
| 99 |
try:
|