Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -15,4 +15,4 @@ def chat(message, history):
|
|
| 15 |
demo = gr.ChatInterface(fn=chat, title="Simple Chat")
|
| 16 |
|
| 17 |
if __name__ == "__main__":
|
| 18 |
-
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
|
| 15 |
demo = gr.ChatInterface(fn=chat, title="Simple Chat")
|
| 16 |
|
| 17 |
if __name__ == "__main__":
|
| 18 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, show_api=False)
|