Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|