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
92160b9
·
1 Parent(s):
6f2098d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -24,4 +24,4 @@ demo = gr.Interface(
24
)
25
26
27
-
demo.launch()
24
)
25
26
27
+
demo.launch(
css="custom.css"
)