Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ def chat_fn(message, history):
|
|
| 25 |
response = model(full_prompt)
|
| 26 |
return response.strip()
|
| 27 |
|
| 28 |
-
demo = gr.ChatInterface(fn=chat_fn, title="Mentora Mely", theme="soft", type="
|
| 29 |
|
| 30 |
if __name__ == "__main__":
|
| 31 |
demo.launch()
|
|
|
|
| 25 |
response = model(full_prompt)
|
| 26 |
return response.strip()
|
| 27 |
|
| 28 |
+
demo = gr.ChatInterface(fn=chat_fn, title="Mentora Mely", theme="soft", type="messages")
|
| 29 |
|
| 30 |
if __name__ == "__main__":
|
| 31 |
demo.launch()
|