alibidaran
commited on
Commit
•
221f1d7
1
Parent(s):
9ca4383
Update app.py
Browse files
app.py
CHANGED
@@ -38,6 +38,5 @@ demo=gr.Interface(fn=detect_symptom,inputs=gr.Image(type='pil'),
|
|
38 |
outputs=gr.Label(num_top_classes=3),
|
39 |
examples=['0020ed3a-2b5f-4e46-9b96-97484c10a88c.jpg','003304b2-5091-4342-93d8-1720afca671e.jpg',
|
40 |
'mild_dimer.jpg'],
|
41 |
-
themes=gr.themes.Soft(primary_hue=gr.themes.colors.amber,secondary_hue=gr.themes.colors.blue),
|
42 |
title="Alzimer different stage detection")
|
43 |
demo.launch(debug=False)
|
|
|
38 |
outputs=gr.Label(num_top_classes=3),
|
39 |
examples=['0020ed3a-2b5f-4e46-9b96-97484c10a88c.jpg','003304b2-5091-4342-93d8-1720afca671e.jpg',
|
40 |
'mild_dimer.jpg'],
|
|
|
41 |
title="Alzimer different stage detection")
|
42 |
demo.launch(debug=False)
|