Spaces:
Running
Running
Update gradio_app.py
Browse files- gradio_app.py +2 -2
gradio_app.py
CHANGED
@@ -159,6 +159,6 @@ with gr.Blocks() as demo:
|
|
159 |
|
160 |
|
161 |
submit_button.click(function, inputs=[model_name, num_molecules, seed_num], outputs=[image_output, scores_df, file_download], api_name="inference")
|
162 |
-
|
163 |
-
demo.queue(
|
164 |
demo.launch()
|
|
|
159 |
|
160 |
|
161 |
submit_button.click(function, inputs=[model_name, num_molecules, seed_num], outputs=[image_output, scores_df, file_download], api_name="inference")
|
162 |
+
#demo.queue(concurrency_count=1)
|
163 |
+
demo.queue()
|
164 |
demo.launch()
|