Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
|
|
112 |
description="A fast and easy tutorial to train a TorchVision Image Classifier that can help dermatologist in their identification procedures Melanoma cases with HugsVision and HAM10000 dataset.",
|
113 |
allow_screenshot=True,
|
114 |
show_tips=False,
|
115 |
-
encrypt=
|
116 |
examples=samples,
|
117 |
)
|
118 |
interface.launch()
|
|
|
112 |
description="A fast and easy tutorial to train a TorchVision Image Classifier that can help dermatologist in their identification procedures Melanoma cases with HugsVision and HAM10000 dataset.",
|
113 |
allow_screenshot=True,
|
114 |
show_tips=False,
|
115 |
+
encrypt=True,
|
116 |
examples=samples,
|
117 |
)
|
118 |
interface.launch()
|