Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Ibraaheem/invenxion-chatbot
Ibraaheem
/
invenxion-chatbot_local
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d0ddac4
invenxion-chatbot_local
/
private_gpt
/
utils
/
typing.py
Ibraaheem
Upload 179 files
bf6d237
over 1 year ago
raw
Copy download link
history
blame
Safe
79 Bytes
from
typing
import
TypeVar
T = TypeVar(
"T"
)
K = TypeVar(
"K"
)
V = TypeVar(
"V"
)