Tim Seufert commited on
Commit
256a3e3
·
1 Parent(s): acc117e

Update settings

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -39,6 +39,5 @@ with gr.Blocks() as demo:
39
  clear = gr.ClearButton([msg, img, chatbot])
40
 
41
  msg.submit(respond, [msg, img, chatbot], [msg, chatbot])
42
-
43
- demo.launch(share=True, server_name="0.0.0.0", allowed_paths=["*"])
44
 
 
39
  clear = gr.ClearButton([msg, img, chatbot])
40
 
41
  msg.submit(respond, [msg, img, chatbot], [msg, chatbot])
42
+ demo.launch(server_name="0.0.0.0", allowed_paths=["*"])
 
43