ZeroTech commited on
Commit
383182a
·
1 Parent(s): a8b3bc5

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 = "ChatBot")
19
- iface.launch(debug = True)
 
16
  return ChatGPT_reply
17
 
18
  iface = gr.Interface(fn=CustomChatGPT, inputs="text", outputs="text", title = "ChatBot")
19
+ iface.launch()