Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
TNR-5/freegpt-webui
CofAI
/
chat.b4
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
19cbe1d
chat.b4
/
server
/
bp.py
ehristoforu
Duplicate from TNR-5/freegpt-webui
19cbe1d
about 2 years 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'
)