Krishnaik06 commited on
Commit
1754839
1 Parent(s): e5bb679

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  from fastapi import FastAPI
2
- from tansformers import pipeline
3
 
4
  ## create a new FASTAPI app instance
5
  app=FastAPI()
 
1
  from fastapi import FastAPI
2
+ from transformers import pipeline
3
 
4
  ## create a new FASTAPI app instance
5
  app=FastAPI()