Spaces:
Runtime error
Runtime error
Commit
·
0cb108c
1
Parent(s):
66a2215
Update app.py
Browse files
app.py
CHANGED
@@ -38,10 +38,10 @@ iface = gr.Interface(
|
|
38 |
outputs=label_output,
|
39 |
examples=examples,
|
40 |
title="Skin Cancer Classification",
|
41 |
-
description="Predicts whether a
|
42 |
theme="default", # Choose a theme: "default", "compact", "huggingface"
|
43 |
layout="vertical", # Choose a layout: "vertical", "horizontal", "double"
|
44 |
-
live=False
|
45 |
)
|
46 |
|
47 |
iface.launch()
|
|
|
38 |
outputs=label_output,
|
39 |
examples=examples,
|
40 |
title="Skin Cancer Classification",
|
41 |
+
description="Predicts whether a Skin Lesion is Cancerous or not.",
|
42 |
theme="default", # Choose a theme: "default", "compact", "huggingface"
|
43 |
layout="vertical", # Choose a layout: "vertical", "horizontal", "double"
|
44 |
+
live=False
|
45 |
)
|
46 |
|
47 |
iface.launch()
|