Spaces:
Sleeping
Sleeping
Ethan MacCumber
commited on
Commit
·
85b1c79
1
Parent(s):
d7c6ecd
wip
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from transformers import pipeline
|
|
6 |
|
7 |
pipe = pipeline(
|
8 |
task="image-classification",
|
9 |
-
model ="
|
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()
|