Update app.py
Browse files
app.py
CHANGED
|
@@ -40,9 +40,7 @@ def gradio_interface():
|
|
| 40 |
interface = gr.Interface(
|
| 41 |
fn=generate_haiku_comment,
|
| 42 |
inputs=gr.Textbox(label="Code Snippet",lines=10, placeholder="Paste your code snippet here..."),
|
| 43 |
-
outputs= gr.
|
| 44 |
-
Code will be generated here
|
| 45 |
-
"""),
|
| 46 |
title="Code Haiku Comment Generator",
|
| 47 |
description="Paste a code snippet, and let the AI generate a poetic haiku comment summarizing it!",
|
| 48 |
)
|
|
|
|
| 40 |
interface = gr.Interface(
|
| 41 |
fn=generate_haiku_comment,
|
| 42 |
inputs=gr.Textbox(label="Code Snippet",lines=10, placeholder="Paste your code snippet here..."),
|
| 43 |
+
outputs= gr.Textbox(label="Code will be generated herep",lines=10),
|
|
|
|
|
|
|
| 44 |
title="Code Haiku Comment Generator",
|
| 45 |
description="Paste a code snippet, and let the AI generate a poetic haiku comment summarizing it!",
|
| 46 |
)
|