Roofus commited on
Commit
6bcf550
1 Parent(s): afa5d5c

Added new lines and instructions

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,8 +42,8 @@ def predict(img):
42
  ### 4. Gradio App ###
43
  # Create interface for gradio
44
  title = 'SkinGuard'
45
- description = 'An AI model that can predict whether a CLOSE-UP picture of skin is normal or shows a sign of Skin Cancer. \n IMPORTANT INSTRUCTION: When taking a picture of your skin, take the picture AS CLOSE AS POSSIBLE to the target area.'
46
- 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 IMPORTANT NOTE: If you have followed the instruction 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.'
47
  # Create examples list
48
  example_list = [['examples/' + example] for example in os.listdir('examples')]
49
 
 
42
  ### 4. Gradio App ###
43
  # Create interface for gradio
44
  title = 'SkinGuard'
45
+ 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 target area\n\n 2. IMPORTANT: Crop the image to ONLY show skin lesion / target area.'
46
+ 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 instruction 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.'
47
  # Create examples list
48
  example_list = [['examples/' + example] for example in os.listdir('examples')]
49