Ruining Li commited on
Commit
71742f2
·
1 Parent(s): 07ed33a

Remove lambdas in model imple to enable pickling for Zero GPU

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ class ParticulateApp:
138
  *[None] * 9
139
  )
140
 
141
- @spaces.GPU(duration=10)
142
  def _predict_impl(
143
  self,
144
  mesh,
 
138
  *[None] * 9
139
  )
140
 
141
+ @spaces.GPU(duration=20)
142
  def _predict_impl(
143
  self,
144
  mesh,