Web3Daily commited on
Commit
9db0d94
1 Parent(s): 8725708

Update Web(GPT)3.py

Browse files
Files changed (1) hide show
  1. Web(GPT)3.py +1 -1
Web(GPT)3.py CHANGED
@@ -17,4 +17,4 @@ def CustomChatGPT(user_input):
17
 
18
  demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Web(GPT)3 Daily")
19
 
20
- demo.launch(share=True)
 
17
 
18
  demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Web(GPT)3 Daily")
19
 
20
+ demo.launch(share=False)