bedrock123 commited on
Commit
6a35fbd
·
1 Parent(s): 1c71aa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,4 +23,4 @@ iface = gr.Interface(fn=chatroom,
23
  title="Public Chatroom",
24
  description="Type your username and message, and click Send to send to the chatroom.")
25
 
26
- iface.launch(share=True)
 
23
  title="Public Chatroom",
24
  description="Type your username and message, and click Send to send to the chatroom.")
25
 
26
+ iface.launch()