Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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="
|
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():
|