Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ruslanmv
/
ollama-webui
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
42e16df
ollama-webui
/
server
/
bp.py
ruslanmv
First commit
d7738e9
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'
)