Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Web3Daily
/
WebGPT3
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Web3Daily
commited on
Mar 19, 2023
Commit
85e2bd3
·
1 Parent(s):
ca9ecb1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -19,6 +19,6 @@ demo = gr.Interface(
19
fn=CustomChatGPT,
20
title="Web(GPT)3"
21
)
22
-
inputs=gr.inputs.Text(placeholder="Ask a question"),
23
24
demo.launch()
19
fn=CustomChatGPT,
20
title="Web(GPT)3"
21
)
22
+
23
24
demo.launch()