Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
monra/freegpt-webui-chimera
Crow34
/
Alexa
like
0
Sleeping
App
Files
Files
Community
main
Alexa
/
server
/
bp.py
Crow34
Duplicate from monra/freegpt-webui-chimera
223fce9
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'
)