lucylol commited on
Commit
b186f0c
·
1 Parent(s): d37ee62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,4 +12,5 @@ with gr.Blocks() as demo:
12
  btn gr.Butto("Generate")
13
 
14
  btn.click(complete_with_gpt, textbox, textbox)
 
15
  demo.launch()
 
12
  btn gr.Butto("Generate")
13
 
14
  btn.click(complete_with_gpt, textbox, textbox)
15
+
16
  demo.launch()