Axcel1 commited on
Commit
769550b
·
verified ·
1 Parent(s): b105c47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -223,7 +223,7 @@ def create_interface():
223
  with gr.Blocks(title="MMed-Llama-Alpaca GGUF Chatbot", theme=gr.themes.Soft()) as demo:
224
  gr.HTML("""
225
  <h1 style="text-align: center; color: #2E86AB; margin-bottom: 30px;">
226
- 🦙 MMed-Llama-Alpaca GGUF Chatbot
227
  </h1>
228
  <p style="text-align: center; color: #666; margin-bottom: 30px;">
229
  Chat with the MMed-Llama-Alpaca model (Q4_K_M quantized) for medical assistance!<br>
@@ -239,7 +239,7 @@ def create_interface():
239
  show_copy_button=True,
240
  bubble_full_width=False,
241
  show_label=False,
242
- placeholder="Model not loaded. Please load the model first to start chatting."
243
  )
244
 
245
  with gr.Row():
 
223
  with gr.Blocks(title="MMed-Llama-Alpaca GGUF Chatbot", theme=gr.themes.Soft()) as demo:
224
  gr.HTML("""
225
  <h1 style="text-align: center; color: #2E86AB; margin-bottom: 30px;">
226
+ 🦙 MMed-Llama-Alpaca Chatbot
227
  </h1>
228
  <p style="text-align: center; color: #666; margin-bottom: 30px;">
229
  Chat with the MMed-Llama-Alpaca model (Q4_K_M quantized) for medical assistance!<br>
 
239
  show_copy_button=True,
240
  bubble_full_width=False,
241
  show_label=False,
242
+ placeholder="Ask anything"
243
  )
244
 
245
  with gr.Row():