Hoglet-33 commited on
Commit
7a0a65b
·
verified ·
1 Parent(s): b766ca1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ iface = gr.Interface(
28
  fn=generate_code,
29
  inputs=gr.Textbox(lines=4, label="Instruction"),
30
  outputs=gr.Textbox(lines=8, label="Generated Output"),
31
- title="Code Generation with Your Model",
32
  description="Enter an instruction and get a generated Python function.",
33
  )
34
 
 
28
  fn=generate_code,
29
  inputs=gr.Textbox(lines=4, label="Instruction"),
30
  outputs=gr.Textbox(lines=8, label="Generated Output"),
31
+ title="Python Generation With LucentCode-1-py",
32
  description="Enter an instruction and get a generated Python function.",
33
  )
34