Wootang01 commited on
Commit
61dd4fb
1 Parent(s): 90cb46d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ with gr.Blocks() as demo:
17
 
18
  btn.click(complete_with_gpt, textbox, textbox)
19
 
20
- demo.launch(share="True")
 
17
 
18
  btn.click(complete_with_gpt, textbox, textbox)
19
 
20
+ demo.launch()