underwater45 commited on
Commit
2f0afae
1 Parent(s): 005bde7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ iface = gr.Interface(
59
  inputs=gr.Textbox(lines=5, label="Enter your query"),
60
  outputs=gr.Textbox(label="BlackBerry's Response"),
61
  title="Blackberry-1 LLM",
62
- description="Powered by meta-llama/Llama-3.2-1B with 'Little Thinking' technique"
63
  )
64
 
65
  # Launch the app
 
59
  inputs=gr.Textbox(lines=5, label="Enter your query"),
60
  outputs=gr.Textbox(label="BlackBerry's Response"),
61
  title="Blackberry-1 LLM",
62
+ description="Powered by Qwen/Qwen2.5-0.5B with 'Little Thinking' technique"
63
  )
64
 
65
  # Launch the app