mrvero commited on
Commit
1ad652e
·
verified ·
1 Parent(s): 941812b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -48,7 +48,8 @@ interface = gr.Interface(
48
  inputs=gr.Image(type="pil"), # Updated to gr.Image
49
  outputs="text",
50
  title="Image Classification",
51
- description="Upload an image to classify it using the pre-trained model."
 
52
  )
53
 
54
  # Launch the interface
 
48
  inputs=gr.Image(type="pil"), # Updated to gr.Image
49
  outputs="text",
50
  title="Image Classification",
51
+ description="Upload an image to classify it using the pre-trained model.",
52
+ flagging_options=None
53
  )
54
 
55
  # Launch the interface