Update app.py
Browse files
app.py
CHANGED
|
@@ -228,7 +228,7 @@ demo = gr.Interface(
|
|
| 228 |
outputs=gr.Label(num_top_classes=5, label="Top 5 ImageNet-100 Predictions"),
|
| 229 |
title="LookThem V7.6 - ImageNet100 Classifier",
|
| 230 |
description="Drop or upload an image to evaluate it using the LookThem LiteResidualClassifier pipeline.",
|
| 231 |
-
|
| 232 |
)
|
| 233 |
|
| 234 |
if __name__ == "__main__":
|
|
|
|
| 228 |
outputs=gr.Label(num_top_classes=5, label="Top 5 ImageNet-100 Predictions"),
|
| 229 |
title="LookThem V7.6 - ImageNet100 Classifier",
|
| 230 |
description="Drop or upload an image to evaluate it using the LookThem LiteResidualClassifier pipeline.",
|
| 231 |
+
flagging_mode="never"
|
| 232 |
)
|
| 233 |
|
| 234 |
if __name__ == "__main__":
|