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
b4f44fa
·
1 Parent(s):
3f954f8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -20,5 +20,4 @@ demo = gr.Interface(
20
title="Web(GPT)3"
21
)
22
23
-
# Add the css parameter to load the custom CSS file
24
-
demo.launch(css="custom.css")
20
title="Web(GPT)3"
21
)
22
23
+
demo.launch()