Spaces:
Runtime error
Runtime error
Commit ·
cc7094b
1
Parent(s): 4cca793
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
from fastai.vision.all import *
|
| 2 |
import gradio as gr
|
|
|
|
| 3 |
|
| 4 |
learn = load_learner('model_extended.pkl')
|
| 5 |
|
|
|
|
| 1 |
from fastai.vision.all import *
|
| 2 |
import gradio as gr
|
| 3 |
+
import timm.models.layers.norm
|
| 4 |
|
| 5 |
learn = load_learner('model_extended.pkl')
|
| 6 |
|