Stefano5699 commited on
Commit
32a5890
·
verified ·
1 Parent(s): 9a1d6c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  from fastapi import FastAPI, UploadFile
2
  from transformers import pipeline
3
-
4
 
5
  # NOTE - we configure docs_url to serve the interactive Docs at the root path
6
  # of the app. This way, we can use the docs as a landing page for the app on Spaces.
 
1
  from fastapi import FastAPI, UploadFile
2
  from transformers import pipeline
3
+ from fastai.vision.all import *
4
 
5
  # NOTE - we configure docs_url to serve the interactive Docs at the root path
6
  # of the app. This way, we can use the docs as a landing page for the app on Spaces.