Commit ·
6a35fbd
1
Parent(s): 1c71aa2
Update app.py
Browse files
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(
|
|
|
|
| 23 |
title="Public Chatroom",
|
| 24 |
description="Type your username and message, and click Send to send to the chatroom.")
|
| 25 |
|
| 26 |
+
iface.launch()
|