Spaces:
Build error
Build error
Anthony-Ml
commited on
Commit
•
b0c2bf2
1
Parent(s):
8e3ab5d
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from fastai.vision.all import *
|
3 |
|
4 |
-
learn = load_learner('
|
5 |
|
6 |
categories = learn.dls.vocab
|
7 |
|
|
|
1 |
import gradio as gr
|
2 |
from fastai.vision.all import *
|
3 |
|
4 |
+
learn = load_learner('predictcovidfastaifinal18102023.pkl')
|
5 |
|
6 |
categories = learn.dls.vocab
|
7 |
|