Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
monra/freegpt-webui
onhu
/
fgp
like
0
Running
App
Files
Files
Community
main
fgp
/
server
/
bp.py
onhu
Duplicate from monra/freegpt-webui
304553f
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
196 Bytes
from
flask
import
Blueprint
bp = Blueprint(
'bp'
, __name__,
template_folder=
'./../client/html'
,
static_folder=
'./../client'
,
static_url_path=
'assets'
)