lucylol commited on
Commit
7effb92
1 Parent(s): 54deb7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -10,7 +10,6 @@ with gr.Blocks() as demo:
10
  textbox = gr.Textbox(placeholder="Type here and press enter...", lines=8)
11
  with gr.Column():
12
  btn = gr.Button("Generate")
13
-
14
- btn.click(complete_with_gpt, textbox, textbox)
15
 
16
  demo.launch()
 
10
  textbox = gr.Textbox(placeholder="Type here and press enter...", lines=8)
11
  with gr.Column():
12
  btn = gr.Button("Generate")
13
+ btn.click(complete_with_gpt, textbox, textbox)
 
14
 
15
  demo.launch()