karthikvenkatesh
commited on
Commit
•
4519aaf
1
Parent(s):
547f71e
update app.py to remove share=True from gr Interface
Browse files
app.py
CHANGED
@@ -37,4 +37,4 @@ gr.Interface(
|
|
37 |
outputs=gr.Label(num_top_classes=2),
|
38 |
title="Skin Lesion Classification",
|
39 |
description="Upload an image to classify it as cancerous or non-cancerous."
|
40 |
-
).launch(
|
|
|
37 |
outputs=gr.Label(num_top_classes=2),
|
38 |
title="Skin Lesion Classification",
|
39 |
description="Upload an image to classify it as cancerous or non-cancerous."
|
40 |
+
).launch()
|