cowcow02 commited on
Commit
4409b71
1 Parent(s): 9a6746d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,9 +152,9 @@ with gr.Blocks() as demo:
152
  gr.ChatInterface(predict_without_history, examples=CHAT_EXAMPLES)
153
  chatbot.like(vote, None, None)
154
 
155
- demo.queue()
156
 
157
  if LOCAL:
 
158
  demo.launch(share=False)
159
  else:
160
  demo.launch(share=False, auth=("demo", PASSWORD))
 
152
  gr.ChatInterface(predict_without_history, examples=CHAT_EXAMPLES)
153
  chatbot.like(vote, None, None)
154
 
 
155
 
156
  if LOCAL:
157
+ demo.queue()
158
  demo.launch(share=False)
159
  else:
160
  demo.launch(share=False, auth=("demo", PASSWORD))