OjciecTadeusz commited on
Commit
c0b6ccf
·
verified ·
1 Parent(s): b10fff6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"