Vedmani commited on
Commit
af1806b
·
1 Parent(s): 00d5f74

fixed flagging parameter

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def predict_image(array):
74
 
75
 
76
  # Create the image classifier
77
- image_classifier = gr.Interface(fn=predict_image, inputs="image", outputs="text", allow_flagging='Never')
78
 
79
  # Launch the image classifier
80
  image_classifier.launch(share=True)
 
74
 
75
 
76
  # Create the image classifier
77
+ image_classifier = gr.Interface(fn=predict_image, inputs="image", outputs="text", allow_flagging='never')
78
 
79
  # Launch the image classifier
80
  image_classifier.launch(share=True)