mgyigit commited on
Commit
8c2ce19
1 Parent(s): 685597b

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. 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(concurrency_count=1)
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()