Spaces:
Running
Running
kazuto1011
commited on
Commit
•
4a63814
1
Parent(s):
059842e
update
Browse files
app.py
CHANGED
@@ -183,7 +183,6 @@ with gr.Blocks(css="./style.css", theme=THEME) as demo:
|
|
183 |
generate,
|
184 |
inputs=[num_steps, sampling_mode, dataset],
|
185 |
outputs=[range_view, rflct_view, point_view],
|
186 |
-
concurrency_limit=1,
|
187 |
)
|
188 |
|
189 |
|
|
|
183 |
generate,
|
184 |
inputs=[num_steps, sampling_mode, dataset],
|
185 |
outputs=[range_view, rflct_view, point_view],
|
|
|
186 |
)
|
187 |
|
188 |
|