Spaces:
Runtime error
Runtime error
add label
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ iface = gr.Interface(
|
|
134 |
docgen_func,
|
135 |
[
|
136 |
# gr.inputs.Textbox(lines=7, label="Code Intent (NL)", default=task_code),
|
137 |
-
gr.inputs.Textbox(lines=7, label="Task + Code (PL)", default=task_code),
|
138 |
],
|
139 |
# gr.outputs.Textbox(label="Code Generated PL"))
|
140 |
gr.outputs.Textbox(label="Docstring Generated (NL)"))
|
|
|
134 |
docgen_func,
|
135 |
[
|
136 |
# gr.inputs.Textbox(lines=7, label="Code Intent (NL)", default=task_code),
|
137 |
+
gr.inputs.Textbox(lines=7, label="Enter Task + Code in Python (PL)", default=task_code),
|
138 |
],
|
139 |
# gr.outputs.Textbox(label="Code Generated PL"))
|
140 |
gr.outputs.Textbox(label="Docstring Generated (NL)"))
|