Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ def chat_interface(message, chat_history):
|
|
124 |
# Create Gradio interface
|
125 |
demo = gr.Chatbot(
|
126 |
chat_interface,
|
127 |
-
description="Chat with Qwen2.5-Coder-32B model via Hugging Face Inference API",
|
128 |
examples=[
|
129 |
"Hello! Can you help me with coding?",
|
130 |
"Write a simple Python function to calculate factorial"
|
|
|
124 |
# Create Gradio interface
|
125 |
demo = gr.Chatbot(
|
126 |
chat_interface,
|
127 |
+
#description="Chat with Qwen2.5-Coder-32B model via Hugging Face Inference API",
|
128 |
examples=[
|
129 |
"Hello! Can you help me with coding?",
|
130 |
"Write a simple Python function to calculate factorial"
|