Huiwenshi commited on
Commit
323fb7a
·
verified ·
1 Parent(s): 4defbc8

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +2 -2
gradio_app.py CHANGED
@@ -269,7 +269,7 @@ height="{height}" width="100%" frameborder="0"></iframe>'
269
  </div>
270
  """
271
 
272
- @spaces.GPU(duration=50)
273
  def _gen_shape(
274
  caption=None,
275
  image=None,
@@ -378,7 +378,7 @@ def _gen_shape(
378
  main_image = image if not MV_MODE else image['front']
379
  return mesh, main_image, save_folder, stats, seed
380
 
381
- @spaces.GPU(duration=110)
382
  def generation_all(
383
  caption=None,
384
  image=None,
 
269
  </div>
270
  """
271
 
272
+ @spaces.GPU(duration=60)
273
  def _gen_shape(
274
  caption=None,
275
  image=None,
 
378
  main_image = image if not MV_MODE else image['front']
379
  return mesh, main_image, save_folder, stats, seed
380
 
381
+ @spaces.GPU(duration=130)
382
  def generation_all(
383
  caption=None,
384
  image=None,