desert commited on
Commit
eb14dbe
1 Parent(s): c22f221

change title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Base Model and LoRA Adapter")
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():