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="Tibetan LLM (beta)", description="").launch(share=True)
|