Vijay Daita commited on
Commit
8beb801
1 Parent(s): c0ee09d

change to app.py - description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def process(input_img):
24
 
25
  demo = gr.Interface(process, gr.Image(shape=(240, 240)), "text",
26
  title="Optimized Image Classification Models on Dark Skin Lesions",
27
- description="Images that are not of skin lesions will throw off the model, as it will try to classify all images within the three categories. \n 1. Region of the body \n 2. Take photo of the lesion (link to examples) \n 3. Submit \n 4. Result. ",
28
  examples=[
29
  ["examples/b1.jpeg"],
30
  ["examples/b2.jpeg"],
 
24
 
25
  demo = gr.Interface(process, gr.Image(shape=(240, 240)), "text",
26
  title="Optimized Image Classification Models on Dark Skin Lesions",
27
+ description="Images that are not of skin lesions will throw off the model, as it will try to classify all images within the three categories (benign, malignant, non-neoplastic). \n 1. Take photo of the lesion (or click on an example image) \n 2. Click Submit \n 3. Result. ",
28
  examples=[
29
  ["examples/b1.jpeg"],
30
  ["examples/b2.jpeg"],