ihashir commited on
Commit
9c99883
·
verified ·
1 Parent(s): 46e75f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def generate_code(prompt):
45
  demo = gr.Interface(
46
  fn=generate_code,
47
  inputs=gr.Textbox(lines=5, label="Ask me a question ? or tell me to generate-code ^_^ :"),
48
- outputs=gr.Textbox(label="Generated Output is:),
49
  title="Code-NLP Fusion"
50
  )
51
 
 
45
  demo = gr.Interface(
46
  fn=generate_code,
47
  inputs=gr.Textbox(lines=5, label="Ask me a question ? or tell me to generate-code ^_^ :"),
48
+ outputs=gr.Textbox(label="Generated Output is:"),
49
  title="Code-NLP Fusion"
50
  )
51