Ethan MacCumber commited on
Commit
85b1c79
·
1 Parent(s): d7c6ecd
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from transformers import pipeline
6
 
7
  pipe = pipeline(
8
  task="image-classification",
9
- model ="export.pkl",
10
  description="Retinal Condition Classifier",
11
  examples=['sick-eye.jpeg', 'healthy.jpg']
12
  ).launch()
 
6
 
7
  pipe = pipeline(
8
  task="image-classification",
9
+ model ="dr-macloomber-retina-classifier",
10
  description="Retinal Condition Classifier",
11
  examples=['sick-eye.jpeg', 'healthy.jpg']
12
  ).launch()