Spaces:
Runtime error
Runtime error
cybernatedArt
commited on
Commit
·
a677d6b
1
Parent(s):
8472257
Update app.py
Browse files
app.py
CHANGED
@@ -23,9 +23,5 @@ image = gr.inputs.Image(shape = (256, 256))
|
|
23 |
label = gr.outputs.Label(num_top_classes = 4)
|
24 |
|
25 |
# launching the interface
|
26 |
-
|
27 |
-
|
28 |
-
title="SKIN DISEASE PREDICTION",
|
29 |
-
description= "An automated system is proposed for the
|
30 |
-
diagnosis of #23 common skin diseases by using data from clinical images and patient information using deep learning pre-trained ResNet50
|
31 |
-
model.").launch(share=True)
|
|
|
23 |
label = gr.outputs.Label(num_top_classes = 4)
|
24 |
|
25 |
# launching the interface
|
26 |
+
# launching the interface
|
27 |
+
gr.Interface(fn = example,inputs = image,outputs = label,capture_session = True, title="SKIN DISEASE PREDICTION",description= "An automated system is proposed for the diagnosis of #23 common skin diseases by using data from clinical images and patient information using deep learning pre-trained ResNet50 model.").launch(share=True)
|
|
|
|
|
|
|
|