sudokara commited on
Commit
db91548
1 Parent(s): ad9ba77

minor ui update

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,8 +39,8 @@ iface = gr.Interface(
39
  fn=generate_response,
40
  inputs="text",
41
  outputs="text",
42
- title="Artigenz Coder - 6.7B Model",
43
- description="A code-generation model from Artigenz. Enter a prompt to get code suggestions or completions."
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