mjsolidarios commited on
Commit
9dc9da5
·
1 Parent(s): 695929c

Updated description.

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -29,6 +29,7 @@ output_details = interpreter.get_output_details()
29
 
30
  def main():
31
  st.title("Skin Cancer Classifier")
 
32
  img_file = None
33
  image_path = ""
34
 
 
29
 
30
  def main():
31
  st.title("Skin Cancer Classifier")
32
+ st.write("Class demo app that classifies skin cancer images into different categories. It is using a TensorFlow Lite model trained on the Skin Cancer MNIST dataset. The result is then used to generate a detailed explanation of the disease and its treatment using the Gemini API.")
33
  img_file = None
34
  image_path = ""
35