Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
monra
/
freegpt-webui-chimera
like
22
Runtime error
App
Files
Files
Community
4
e9871cf
freegpt-webui-chimera
/
server
/
bp.py
monra
Synced repo using 'sync_with_huggingface' Github Action
f044b10
over 1 year ago
raw
Copy download link
history
blame
Safe
196 Bytes
from
flask
import
Blueprint
bp = Blueprint(
'bp'
, __name__,
template_folder=
'./../client/html'
,
static_folder=
'./../client'
,
static_url_path=
'assets'
)