Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -237,8 +237,8 @@ demo = gr.ChatInterface(
|
|
237 |
# Launch the chat interface
|
238 |
if __name__ == "__main__":
|
239 |
demo.launch(
|
240 |
-
share=
|
241 |
server_name="0.0.0.0",
|
242 |
server_port=7860,
|
243 |
-
show_api=
|
244 |
)
|
|
|
237 |
# Launch the chat interface
|
238 |
if __name__ == "__main__":
|
239 |
demo.launch(
|
240 |
+
share=Trues,
|
241 |
server_name="0.0.0.0",
|
242 |
server_port=7860,
|
243 |
+
show_api=True,
|
244 |
)
|