Astroboy01 commited on
Commit
765b729
·
1 Parent(s): 563cb7c

let's deploy to huggingface spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ image = gr.inputs.Image(shape=(400, 400))
15
  label = gr.outputs.Label()
16
  examples = ['nevus.jpg', 'keratosis.jpg', 'melanoma.jpg']
17
 
18
- title = "DermaDoc Skin Lesion Analyzer!"
19
  description = """This is a simple demo of how deep learning models \
20
  can be trained for medical applications. \
21
  The model distinguishes between two benign skin lesions (nevus and keratosis) \
 
15
  label = gr.outputs.Label()
16
  examples = ['nevus.jpg', 'keratosis.jpg', 'melanoma.jpg']
17
 
18
+ title = "DermaDoc Skin Lesion Analyzer"
19
  description = """This is a simple demo of how deep learning models \
20
  can be trained for medical applications. \
21
  The model distinguishes between two benign skin lesions (nevus and keratosis) \