akhilhsingh commited on
Commit
827268a
1 Parent(s): c918151

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,4 +27,4 @@ iface = gr.ChatInterface(fn=chat_with_model,
27
  # allow_flagging="never",
28
  # css=custom_css,
29
  description="Type your prompt and get a response from GPT-3.5 Turbo!")
30
- iface.launch(share=True)
 
27
  # allow_flagging="never",
28
  # css=custom_css,
29
  description="Type your prompt and get a response from GPT-3.5 Turbo!")
30
+ iface.launch()