Web3Daily commited on
Commit
69d3eec
1 Parent(s): 30ee058

Update WebGPT3/Web(GPT)3.py

Browse files
Files changed (1) hide show
  1. WebGPT3/Web(GPT)3.py +2 -1
WebGPT3/Web(GPT)3.py CHANGED
@@ -17,4 +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)
 
 
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(share=True)