Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
SixOpen/MoA-implementation-on-OllamaUI
papaduvalier
/
MoA-implementation-on-OllamaUI
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
50efed6
MoA-implementation-on-OllamaUI
/
server
/
bp.py
SixOpen
MoA
50efed6
12 months 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'
)