Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,4 +51,4 @@ def predict(message, history):
|
|
| 51 |
yield partial_message
|
| 52 |
|
| 53 |
# Create the chat interface using Gradio
|
| 54 |
-
gr.ChatInterface(fn=predict, title="
|
|
|
|
| 51 |
yield partial_message
|
| 52 |
|
| 53 |
# Create the chat interface using Gradio
|
| 54 |
+
gr.ChatInterface(fn=predict, title="Monlam LLM (beta)", description="").launch(share=True)
|