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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -44,9 +44,9 @@ def generate_code(prompt):
44
 
45
  demo = gr.Interface(
46
  fn=generate_code,
47
- inputs=gr.Textbox(lines=5, label="Enter Prompt"),
48
- outputs=gr.Textbox(label="Generated Output"),
49
- title="Code Generator using DeepSeek"
50
  )
51
 
52
  demo.launch()
 
44
 
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
 
52
  demo.launch()