Spaces:
Runtime error

Phani Srikanth commited on
Commit
f41f6ea
1 Parent(s): b0c5b94
app.py CHANGED
@@ -14,9 +14,9 @@ title = "Demodex Blepharitis Classifier"
14
  description = "A classifier trained on public images to detect Demodex Blepharitis. (Demo)"
15
  # article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
16
  interpretation = "default"
17
- examples = ['projectO/Experiments/phase0/demodex/blepharitis.jpg',
18
- 'projectO/Experiments/phase0/demodex/demodex.jpg',
19
- 'projectO/Experiments/phase0/no_demodex/10485-coconut_oil_for_eyelashes_732x549-thumbnail-Recovered-732x549.jpg']
20
 
21
  gr.Interface(fn=predict,
22
  inputs=gr.inputs.Image(shape=(512, 512)),
 
14
  description = "A classifier trained on public images to detect Demodex Blepharitis. (Demo)"
15
  # article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
16
  interpretation = "default"
17
+ examples = ['examples/demodex/blepharitis.jpg',
18
+ 'examples/demodex/demodex.jpg',
19
+ 'examples/no_demodex/10485-coconut_oil_for_eyelashes_732x549-thumbnail-Recovered-732x549.jpg']
20
 
21
  gr.Interface(fn=predict,
22
  inputs=gr.inputs.Image(shape=(512, 512)),
examples/demodex/blepharitis.jpg ADDED
examples/demodex/demodex.jpg ADDED
examples/no_demodex/10485-coconut_oil_for_eyelashes_732x549-thumbnail-Recovered-732x549.jpg ADDED