Spaces:
Runtime error
Runtime error
update labels
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def pygen_func(code_nl):
|
|
| 16 |
|
| 17 |
iface = gr.Interface(pygen_func,
|
| 18 |
[
|
| 19 |
-
gr.inputs.Textbox(lines=7, label="
|
| 20 |
],
|
| 21 |
-
gr.outputs.Textbox(label="
|
| 22 |
iface.launch(share=True)
|
|
|
|
| 16 |
|
| 17 |
iface = gr.Interface(pygen_func,
|
| 18 |
[
|
| 19 |
+
gr.inputs.Textbox(lines=7, label="Code Intent NL", default=code_nl),
|
| 20 |
],
|
| 21 |
+
gr.outputs.Textbox(label="Code Generated PL"))
|
| 22 |
iface.launch(share=True)
|