Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
amritn8
/
lab_june6
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
lab_june6
/
test.py
Amritpal Singh
Initial commit - setup project structure
0416980
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
66 Bytes
import
streamlit, transformers, nltk, torch
nltk.download(
'punkt'
)