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...
a871eb3
ollama-webui
/
g4f
/
typing.py
ruslanmv
First commit
d7738e9
about 1 year ago
raw
Copy download link
history
blame
Safe
110 Bytes
from
typing
import
Dict
, NewType,
Union
,
Optional
,
List
, get_type_hints
sha256 = NewType(
'sha_256_hash'
,
str
)