Suweeraya commited on
Commit
6f7fa29
β€’
1 Parent(s): e76545e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -37,15 +37,15 @@ iface = gr.Interface(
37
  inputs="image",
38
  outputs="text",
39
  live=True,
40
- title = '<h1 style="text-align: center;">Skin Cancer Classification! 🌻</h1>',
41
  description=(
42
  "<h2><b>Explore Skin Cancer Image Classification!</b></h2>"
43
- "<p>Join me in the world of skin health and medical innovation." <br>
44
- "Be part of a game-changing journey where you can support healthcare," <br>
45
- "make a real difference, and impact lives. 🌍🩺🀝" <br>
46
  "Discover the power of AI in skin cancer diagnosis. Start exploring now!</p>"
47
  )
48
  )
49
 
50
-
51
  iface.launch()
 
 
37
  inputs="image",
38
  outputs="text",
39
  live=True,
40
+ title='<h1 style="text-align: center;">Skin Cancer Classification! 🌻</h1>',
41
  description=(
42
  "<h2><b>Explore Skin Cancer Image Classification!</b></h2>"
43
+ "<p>Join me in the world of skin health and medical innovation. " \
44
+ "Be part of a game-changing journey where you can support healthcare, " \
45
+ "make a real difference, and impact lives. 🌍🩺🀝 " \
46
  "Discover the power of AI in skin cancer diagnosis. Start exploring now!</p>"
47
  )
48
  )
49
 
 
50
  iface.launch()
51
+