Jaehan commited on
Commit
626e0b9
1 Parent(s): 7d465ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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).lanuch()
 
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()