TanelAlumae commited on
Commit
4c37d8b
·
verified ·
1 Parent(s): 7791c48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def dynamic_gpu_duration(func, duration, *args):
63
 
64
  @spaces.GPU(duration=duration)
65
  def wrapped_func():
66
- return from func(*args)
67
 
68
  return wrapped_func()
69
 
 
63
 
64
  @spaces.GPU(duration=duration)
65
  def wrapped_func():
66
+ return func(*args)
67
 
68
  return wrapped_func()
69