Spaces:
Sleeping
Sleeping
Update app_strict_lora.py
Browse files- app_strict_lora.py +2 -2
app_strict_lora.py
CHANGED
|
@@ -126,11 +126,11 @@ def chat_with_model(message, history):
|
|
| 126 |
# Gradio Interface
|
| 127 |
# ==========================================================
|
| 128 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue")) as demo:
|
| 129 |
-
gr.Markdown("## 🤖 Diffusers GitHub-Trained LoRA Chat Assistant")
|
| 130 |
|
| 131 |
with gr.Row():
|
| 132 |
with gr.Column(scale=2):
|
| 133 |
-
chatbot = gr.Chatbot(height=480, label="Chat with
|
| 134 |
msg = gr.Textbox(
|
| 135 |
placeholder="Ask about Diffusers source code, classes, or examples...",
|
| 136 |
label="Your Message"
|
|
|
|
| 126 |
# Gradio Interface
|
| 127 |
# ==========================================================
|
| 128 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue")) as demo:
|
| 129 |
+
#gr.Markdown("## 🤖 Diffusers GitHub-Trained LoRA Chat Assistant")
|
| 130 |
|
| 131 |
with gr.Row():
|
| 132 |
with gr.Column(scale=2):
|
| 133 |
+
chatbot = gr.Chatbot(height=480, label="Chat with LoRA")
|
| 134 |
msg = gr.Textbox(
|
| 135 |
placeholder="Ask about Diffusers source code, classes, or examples...",
|
| 136 |
label="Your Message"
|