Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yellowtown
/
easybib
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d13100b
easybib
/
test.py
yellowtown
π init(v0.2):
d13100b
7 months ago
raw
Copy download link
history
blame
Safe
190 Bytes
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from
app
import
process_text
if
__name__ ==
"__main__"
:
output = process_text(
"Language Models are Few-Shot Learners"
)
print
(output)