minor ui update
Browse files
app.py
CHANGED
@@ -39,8 +39,8 @@ iface = gr.Interface(
|
|
39 |
fn=generate_response,
|
40 |
inputs="text",
|
41 |
outputs="text",
|
42 |
-
title="
|
43 |
-
description="A code-generation model from
|
44 |
)
|
45 |
|
46 |
# Launch the interface
|
|
|
39 |
fn=generate_response,
|
40 |
inputs="text",
|
41 |
outputs="text",
|
42 |
+
title="CodeQwen1.5-7B-Chat",
|
43 |
+
description="A code-generation model from Qwen. Enter a prompt to get code suggestions or completions."
|
44 |
)
|
45 |
|
46 |
# Launch the interface
|