Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import gradio as gr
|
|
| 5 |
def is_cat(x):returnx[0].isupper()
|
| 6 |
|
| 7 |
|
| 8 |
-
learn=load_learner('
|
| 9 |
|
| 10 |
categories=learn.dls.vocab
|
| 11 |
|
|
|
|
| 5 |
def is_cat(x):returnx[0].isupper()
|
| 6 |
|
| 7 |
|
| 8 |
+
learn=load_learner('Dermnet.pkl')
|
| 9 |
|
| 10 |
categories=learn.dls.vocab
|
| 11 |
|