Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,5 +15,5 @@ examples = ['benign.jpg','malignant.jpg']
|
|
| 15 |
title = 'Skin Cancer Predictor'
|
| 16 |
description = 'This app predicts skin cancer. For reference only.'
|
| 17 |
|
| 18 |
-
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, title=title, description=description
|
| 19 |
intf.launch(inline=False)
|
|
|
|
| 15 |
title = 'Skin Cancer Predictor'
|
| 16 |
description = 'This app predicts skin cancer. For reference only.'
|
| 17 |
|
| 18 |
+
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, title=title, description=description)
|
| 19 |
intf.launch(inline=False)
|