nssharmaofficial commited on
Commit
f680f42
·
verified ·
1 Parent(s): a6ade1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,6 +5,6 @@ from source.predict_sample import main_classification
5
  iface = gr.Interface(fn=main_classification,
6
  inputs=gr.Image(image_mode='RGB'),
7
  outputs="text",
8
- title="Red Eye Detector",
9
  description="Upload an image, and the system will predict classification of human eye images (normal vs. with red-eye effect)")
10
  iface.launch()
 
5
  iface = gr.Interface(fn=main_classification,
6
  inputs=gr.Image(image_mode='RGB'),
7
  outputs="text",
8
+ title="Red Eye Classifier",
9
  description="Upload an image, and the system will predict classification of human eye images (normal vs. with red-eye effect)")
10
  iface.launch()