Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
| 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 |
|