Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,4 +25,4 @@ def chat(message, history):
|
|
| 25 |
return r.choices[0].message["content"]
|
| 26 |
|
| 27 |
gr.ChatInterface(fn=chat, title="Chat Becas").launch(server_name="0.0.0.0", server_port=7860)
|
| 28 |
-
demo.launch(api_name="/
|
|
|
|
| 25 |
return r.choices[0].message["content"]
|
| 26 |
|
| 27 |
gr.ChatInterface(fn=chat, title="Chat Becas").launch(server_name="0.0.0.0", server_port=7860)
|
| 28 |
+
demo.launch(api_name="/chat")
|