Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,4 +18,4 @@ def codegen(intent):
|
|
18 |
# UX
|
19 |
in_text = gr.Textbox(lines=1, label="Place your intent here.")
|
20 |
out = gr.Textbox(lines=1, label="Generated python code", placeholder="")
|
21 |
-
gr.Interface(codegen, inputs=in_text, outputs=out).
|
|
|
18 |
# UX
|
19 |
in_text = gr.Textbox(lines=1, label="Place your intent here.")
|
20 |
out = gr.Textbox(lines=1, label="Generated python code", placeholder="")
|
21 |
+
gr.Interface(codegen, inputs=in_text, outputs=out).launch()
|