cyberandy commited on
Commit
fbd754a
·
1 Parent(s): fd46c40

remove share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ with gr.Blocks(css=customCSS, theme=wordlift_theme) as demo:
128
  #demo = gr.Interface(fn=bot, inputs=msg, outputs=chatbot, theme="dark", title="WL-Chat", description="A chatbot to interact with WordLift's blog.")
129
 
130
  demo.queue()
131
- demo.launch(share=True, inline=True)
132
 
133
  if __name__ == "__main__":
134
  main()
 
128
  #demo = gr.Interface(fn=bot, inputs=msg, outputs=chatbot, theme="dark", title="WL-Chat", description="A chatbot to interact with WordLift's blog.")
129
 
130
  demo.queue()
131
+ demo.launch(inline=True)
132
 
133
  if __name__ == "__main__":
134
  main()