tomcheng commited on
Commit
9a6350b
1 Parent(s): 166343b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,6 +12,6 @@ lines=8)
12
  with gr.Column():
13
  btn=gr.Button("Generate")
14
 
15
- btn.click(complete_with_gpt,textbox,textbox)
16
 
17
  demo.launch()
 
12
  with gr.Column():
13
  btn=gr.Button("Generate")
14
 
15
+ btn.click(complete_with_gpt,textbox,textbox)
16
 
17
  demo.launch()