syaha commited on
Commit
d122a52
1 Parent(s): 2afa047

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -54,6 +54,10 @@ The model was trained using the **HAM10000 dataset**, which consists of over 10,
54
  | **vasc** | Vascular Lesions | Skin lesions that involve blood vessels, like angiomas. |
55
  | **mel** | Melanoma | The most dangerous form of skin cancer, often caused by UV radiation exposure. |
56
 
 
 
 
 
57
  ## Usage
58
 
59
  To use this model for inference, you can load it using TensorFlow:
 
54
  | **vasc** | Vascular Lesions | Skin lesions that involve blood vessels, like angiomas. |
55
  | **mel** | Melanoma | The most dangerous form of skin cancer, often caused by UV radiation exposure. |
56
 
57
+ ### Gradio Demo
58
+
59
+ You can try out the **skin cancer detection model** using the interactive demo hosted on Hugging Face Spaces [here](https://huggingface.co/spaces/syaha/skin-cancer-detection-gradio).
60
+
61
  ## Usage
62
 
63
  To use this model for inference, you can load it using TensorFlow: