Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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)
|