Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nichotined
/
demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c2c9443
demo
/
app.py
nichotined
Create app.py
c2c9443
verified
10 months ago
raw
Copy download link
history
blame
Safe
154 Bytes
# Use a pipeline as a high-level helper
from
transformers
import
pipeline
pipe = pipeline(
"question-answering"
, model=
"Souvik123/bankstatementmodelver8"
)