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