whaohan commited on
Commit
07e5850
1 Parent(s): 4b2c581

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ def create_animation(mesh):
129
  return output_path
130
 
131
 
132
- @spaces.GPU
133
  def do_inference(input_3d, sample_seed=0, temperature=0.5, top_k_value=50, top_p_value=0.9):
134
  print('Start Inference')
135
  set_seed(sample_seed)
 
129
  return output_path
130
 
131
 
132
+ @spaces.GPU(duration=300)
133
  def do_inference(input_3d, sample_seed=0, temperature=0.5, top_k_value=50, top_p_value=0.9):
134
  print('Start Inference')
135
  set_seed(sample_seed)