Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|