villageideate commited on
Commit
53802a0
1 Parent(s): e9cc6f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,4 +82,4 @@ with gr_interface:
82
  openai_key_textbox.submit(set_open_ai_key, inputs=openai_key_textbox)
83
 
84
  # launch Gradio UI
85
- gr_interface.launch(share=True)
 
82
  openai_key_textbox.submit(set_open_ai_key, inputs=openai_key_textbox)
83
 
84
  # launch Gradio UI
85
+ gr_interface.launch()