Update app.py
Browse files
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="
|
48 |
-
outputs=gr.Textbox(label="Generated Output
|
49 |
-
title="Code
|
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()
|