rizavelioglu commited on
Commit
2d0a646
·
verified ·
1 Parent(s): 3050d2d

Update app.py

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