vigneshwark commited on
Commit
0a2d02d
·
verified ·
1 Parent(s): 47796b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ # This "borrows" a high-quality pre-trained skin cancer model
4
+ # It maps your space directly to a working medical AI
5
+ demo = gr.load("models/DermAI/skin-lesion-classification")
6
+
7
+ demo.launch()