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 21, 2023
Commit
3c0eb01
·
1 Parent(s):
c7a7f71
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,5 +25,5 @@ demo = gr.Interface(
25
title=""
26
)
27
28
-
demo.launch()
29
25
title=""
26
)
27
28
+
demo.launch(
inline=True
)
29