Web3Daily commited on
Commit
e4f208f
1 Parent(s): a2c8db7

Update WebGPT3/Web(GPT)3.py

Browse files
Files changed (1) hide show
  1. WebGPT3/Web(GPT)3.py +1 -1
WebGPT3/Web(GPT)3.py CHANGED
@@ -18,4 +18,4 @@ def CustomChatGPT(user_input):
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)
 
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)