Mikecode123 commited on
Commit
9aea6fa
·
verified ·
1 Parent(s): c1fa181

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def chat(message, history):
45
  with gr.Blocks() as demo:
46
  gr.Markdown("# 🧠 Qwen GGUF AI (Living Legend Build)")
47
 
48
- chatbot = gr.Chatbot(type="messages")
49
  msg = gr.Textbox(label="Ask your AI")
50
  clear = gr.Button("Clear")
51
 
 
45
  with gr.Blocks() as demo:
46
  gr.Markdown("# 🧠 Qwen GGUF AI (Living Legend Build)")
47
 
48
+ chatbot = gr.Chatbot()
49
  msg = gr.Textbox(label="Ask your AI")
50
  clear = gr.Button("Clear")
51