Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
AchyuthGamer/OpenGPT-old
brunodoti
/
OpenGPT
like
0
Runtime error
App
Files
Files
Community
f2b20fc
OpenGPT
/
server
/
bp.py
AchyuthGamer
Duplicate from AchyuthGamer/Neonaa
0c4cce1
about 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'
)