mikaelbhai commited on
Commit
86a5a65
·
1 Parent(s): 3ab9a24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ def CustomChatGPT(user_input):
16
  return ChatGPT_reply
17
 
18
  iface = gr.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "bhAI")
19
- iface.launch(share=true)
 
16
  return ChatGPT_reply
17
 
18
  iface = gr.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "bhAI")
19
+ iface.launch()