Roofus commited on
Commit
f50e252
1 Parent(s): dbea825

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def predict(img):
45
  # Create interface for gradio
46
  title = 'SkinGuard'
47
  description = 'An AI model that can predict whether a CLOSE-UP picture of skin is normal or shows a sign of Skin Cancer.\n\nINSTRUCTIONS:\n\n 1. Take a picture of the area on your skin that you want to check\n\n 2. IMPORTANT: Crop the image to ONLY show the skin lesion / target area. \n\n If you do not follow these instructions, your results may not be as accurate as they could be.'
48
- article = 'This is our demo for the DEDA Entrepreneurship Competition 2024. Created by Imran, Brian, Lukas, and Rohit, all in Baez CSE Period 5. \n\n IMPORTANT NOTE: If you have followed the instructions in the description of this demo and STILL get malignant results constantly, do NOT take it as an official diagnosis. Contact a healthcare professional for more information if you are concerned.'
49
  # Create examples list
50
  example_list = [['examples/' + example] for example in os.listdir('examples')]
51
 
 
45
  # Create interface for gradio
46
  title = 'SkinGuard'
47
  description = 'An AI model that can predict whether a CLOSE-UP picture of skin is normal or shows a sign of Skin Cancer.\n\nINSTRUCTIONS:\n\n 1. Take a picture of the area on your skin that you want to check\n\n 2. IMPORTANT: Crop the image to ONLY show the skin lesion / target area. \n\n If you do not follow these instructions, your results may not be as accurate as they could be.'
48
+ article = 'IMPORTANT NOTE: If you have followed the instructions in the description of this demo and STILL get malignant results constantly, do NOT take it as an official diagnosis. Contact a healthcare professional for more information if you are concerned.'
49
  # Create examples list
50
  example_list = [['examples/' + example] for example in os.listdir('examples')]
51