Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,6 @@ demo = gr.ChatInterface(
|
|
114 |
title="AI Chatbot Interface",
|
115 |
description="Interact with an AI chatbot powered by Hugging Face's Zephyr-7B model. Customize the chatbot's behavior and response generation settings.",
|
116 |
theme="default",
|
117 |
-
allow_flagging="never",
|
118 |
)
|
119 |
|
120 |
# Launch the Gradio interface
|
|
|
114 |
title="AI Chatbot Interface",
|
115 |
description="Interact with an AI chatbot powered by Hugging Face's Zephyr-7B model. Customize the chatbot's behavior and response generation settings.",
|
116 |
theme="default",
|
|
|
117 |
)
|
118 |
|
119 |
# Launch the Gradio interface
|