Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
acclass
/
gpt_demo
like
0
Runtime error
App
Files
Files
Community
50ee399
gpt_demo
/
g4f
/
typing.py
starsaround
Upload 183 files
f4b4235
over 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
)