Web3Daily commited on
Commit
43a8035
1 Parent(s): 4b1fcb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,5 +17,5 @@ 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)
21
  iface.launch(inline=True)
 
17
 
18
  demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Web(GPT)3 Daily")
19
 
20
+ demo.launch()
21
  iface.launch(inline=True)