edadaltocg commited on
Commit
db83f58
1 Parent(s): 1784bf6

improve writing

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ license: mit
12
 
13
  # OOD Detection Demo
14
 
15
- Out-of-distribution (OOD) detection is an essential safety measure for machine learning models. This app demonstrates how these methods can be useful in determining wether the inputs of a ResNet-50 model trained on ImageNet-1K can be trusted by the model.
16
 
17
  This demo is [online](https://huggingface.co/spaces/edadaltocg/ood-detection) at `https://huggingface.co/spaces/edadaltocg/ood-detection`
18
 
 
12
 
13
  # OOD Detection Demo
14
 
15
+ Out-of-distribution (OOD) detection is an essential safety measure for machine learning models. This app demonstrates how these methods can be useful. They try to determine wether we can trust the predictions of a ResNet-50 model trained on ImageNet-1K.
16
 
17
  This demo is [online](https://huggingface.co/spaces/edadaltocg/ood-detection) at `https://huggingface.co/spaces/edadaltocg/ood-detection`
18
 
app.py CHANGED
@@ -117,7 +117,7 @@ def main():
117
  allow_flagging="never",
118
  theme="default",
119
  title="OOD Detection 🧐",
120
- description="Out-of-distribution (OOD) detection is an essential safety measure for machine learning models. This app demonstrates how these methods can be useful in determining wether the inputs of a ResNet-50 model trained on ImageNet-1K can be trusted by the model. Enjoy the demo!",
121
  )
122
  interface.launch(
123
  server_port=7860,
 
117
  allow_flagging="never",
118
  theme="default",
119
  title="OOD Detection 🧐",
120
+ description="Out-of-distribution (OOD) detection is an essential safety measure for machine learning models. This app demonstrates how these methods can be useful. They try to determine wether we can trust the predictions of a ResNet-50 model trained on ImageNet-1K. Enjoy the demo!",
121
  )
122
  interface.launch(
123
  server_port=7860,