hasibzunair commited on
Commit
c72d473
Β·
1 Parent(s): eee1b26

update files

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: Melanoma Detection Demo
3
- emoji: πŸ‘
4
  colorFrom: indigo
5
  colorTo: yellow
6
  sdk: gradio
 
1
  ---
2
  title: Melanoma Detection Demo
3
+ emoji: πŸ‘©β€βš•οΈπŸ€’
4
  colorFrom: indigo
5
  colorTo: yellow
6
  sdk: gradio
app.py CHANGED
@@ -50,7 +50,7 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2004.068
50
  gr.Interface(
51
  fn=inference,
52
  title="Melanoma Detection Demo",
53
- description = "This model predicts if the given image has benign or malignant symptoms.To use it, simply upload a skin lesion image, or click one of the examples to load them. Read more at the links below",
54
  article=article,
55
  inputs="image",
56
  outputs="label",
 
50
  gr.Interface(
51
  fn=inference,
52
  title="Melanoma Detection Demo",
53
+ description = "This model predicts if the given image has benign or malignant symptoms. To use it, simply upload a skin lesion image, or click one of the examples to load them. Read more at the links below",
54
  article=article,
55
  inputs="image",
56
  outputs="label",