cybernatedArt commited on
Commit
0a2ee2c
1 Parent(s): 63b8c06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -25,8 +25,7 @@ label = gr.outputs.Label(num_top_classes = 4)
25
  # launching the interface
26
 
27
  title = "SKIN DISEASE PREDICTION"
28
- 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
29
- learning pre-trained ResNet50 model."
30
 
31
  # launching the interface
32
  gr.Interface(fn = example,inputs = image,outputs = label,capture_session = True, title=title,description= description ).launch(share=True)
 
25
  # launching the interface
26
 
27
  title = "SKIN DISEASE PREDICTION"
28
+ description = "An automated system is proposed for the diagnosis of #23 common skin diseases by using data from clinical images and patient information."
 
29
 
30
  # launching the interface
31
  gr.Interface(fn = example,inputs = image,outputs = label,capture_session = True, title=title,description= description ).launch(share=True)