ZeqiangLai commited on
Commit
98849d1
·
verified ·
1 Parent(s): 09742af

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +2 -2
gradio_app.py CHANGED
@@ -118,7 +118,7 @@ def build_model_viewer_html(save_folder, height=660, width=790, textured=False):
118
  </div>
119
  """
120
 
121
- @spaces.GPU(duration=40)
122
  def _gen_shape(
123
  caption=None,
124
  image=None,
@@ -289,7 +289,7 @@ def generation_all(
289
  seed,
290
  )
291
 
292
- @spaces.GPU(duration=40)
293
  def shape_generation(
294
  caption=None,
295
  image=None,
 
118
  </div>
119
  """
120
 
121
+ @spaces.GPU(duration=60)
122
  def _gen_shape(
123
  caption=None,
124
  image=None,
 
289
  seed,
290
  )
291
 
292
+ @spaces.GPU(duration=60)
293
  def shape_generation(
294
  caption=None,
295
  image=None,