decodingdatascience commited on
Commit
df6a69c
·
verified ·
1 Parent(s): 43e0222

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,8 +31,8 @@ interface = gr.Interface(
31
  fn=chat_with_groq,
32
  inputs=gr.Textbox(lines=2, placeholder="Ask me anything..."),
33
  outputs=gr.Textbox(),
34
- title="Chat with Groq AI (Llama 3.1-8B)",
35
- description="Type your question below and get a response powered by Groq's Llama 3.1-8B model."
36
  )
37
 
38
  # Launch Gradio app
 
31
  fn=chat_with_groq,
32
  inputs=gr.Textbox(lines=2, placeholder="Ask me anything..."),
33
  outputs=gr.Textbox(),
34
+ title="Chat with Groq AI (deepseek-r1-distill-qwen-32b)",
35
+ description="Type your question below and get a response powered by Groq's deepseek-r1-distill-qwen-32b model."
36
  )
37
 
38
  # Launch Gradio app