qanastek commited on
Commit
75232c1
·
1 Parent(s): 88c2839

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False,
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()