Spaces:
Build error
Build error
desert
commited on
Commit
·
eb14dbe
1
Parent(s):
c22f221
change title
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ def chat_with_model(user_input, chat_history):
|
|
| 39 |
|
| 40 |
# Gradio UI
|
| 41 |
with gr.Blocks() as demo:
|
| 42 |
-
gr.Markdown("# 🦙 LLaMA Chatbot with
|
| 43 |
chatbot = gr.Chatbot(label="Chat with the Model")
|
| 44 |
|
| 45 |
with gr.Row():
|
|
|
|
| 39 |
|
| 40 |
# Gradio UI
|
| 41 |
with gr.Blocks() as demo:
|
| 42 |
+
gr.Markdown("# 🦙 LLaMA Chatbot finetune with FineTome-100k")
|
| 43 |
chatbot = gr.Chatbot(label="Chat with the Model")
|
| 44 |
|
| 45 |
with gr.Row():
|