rahul7star commited on
Commit
246d52e
·
verified ·
1 Parent(s): c79a78a

Update app_strict_lora.py

Browse files
Files changed (1) hide show
  1. 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 Diffusers LoRA")
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"