jblocher commited on
Commit
bdf1309
·
1 Parent(s): a12f616

removed Share=True

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -18,4 +18,5 @@ def CustomChatGPT(user_input, api_key):
18
 
19
  demo = gradio.Interface(fn=CustomChatGPT, inputs = ["text","text"], outputs = "text", title = "Middle School Tutor")
20
 
21
- demo.launch(share=True)
 
 
18
 
19
  demo = gradio.Interface(fn=CustomChatGPT, inputs = ["text","text"], outputs = "text", title = "Middle School Tutor")
20
 
21
+ demo.launch()
22
+