ASomeoneWhoInterestedWithAI commited on
Commit
b453a2c
·
verified ·
1 Parent(s): 9c36974

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- allow_flagging="never"
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__":