Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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
|