ytyeung commited on
Commit
79c744e
1 Parent(s): ad6cdd5

Disabled queue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -295,7 +295,7 @@ with gr.Blocks() as demo:
295
  #demo = gr.Interface(fn=helper_text, inputs=text_input, outputs=text_output,
296
  # flagging_options=["Inappropriate"],allow_flagging="never",
297
  # title="aaa",description="aaa",article="aaa")
298
- demo.queue(api_open=False)
299
  demo.launch(show_api=False,allowed_paths=[current_path+"/data/"])
300
 
301
 
 
295
  #demo = gr.Interface(fn=helper_text, inputs=text_input, outputs=text_output,
296
  # flagging_options=["Inappropriate"],allow_flagging="never",
297
  # title="aaa",description="aaa",article="aaa")
298
+ #demo.queue(api_open=False)
299
  demo.launch(show_api=False,allowed_paths=[current_path+"/data/"])
300
 
301