Update app.py
Browse files
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 |
|