Spaces:
Runtime error
Runtime error
Alex Strick van Linschoten
commited on
Commit
·
465bb20
1
Parent(s):
b656c5a
use black and isort
Browse files
app.py
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
-
from fastai.vision.all import *
|
3 |
import skimage
|
4 |
-
|
5 |
-
from huggingface_hub import hf_hub_download
|
6 |
from fastai.learner import load_learner
|
|
|
|
|
7 |
|
8 |
learn = load_learner(
|
9 |
hf_hub_download("strickvl/redaction-classifier-fastai", "model.pkl")
|
|
|
1 |
import gradio as gr
|
|
|
2 |
import skimage
|
|
|
|
|
3 |
from fastai.learner import load_learner
|
4 |
+
from fastai.vision.all import *
|
5 |
+
from huggingface_hub import hf_hub_download
|
6 |
|
7 |
learn = load_learner(
|
8 |
hf_hub_download("strickvl/redaction-classifier-fastai", "model.pkl")
|