Ngaima Sandiman commited on
Commit
586f617
·
1 Parent(s): 6903df7

Updated app.py file.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ gradio_interface = gr.Interface(
28
  outputs=[gr.Audio(label="Speech"), gr.Textbox(label="Transcript")],
29
  title="ImageCraft",
30
  description="Upload an image and get the speech responses.",
31
- flagging_mode="never",
32
  )
33
 
34
  # Launch the Gradio app
 
28
  outputs=[gr.Audio(label="Speech"), gr.Textbox(label="Transcript")],
29
  title="ImageCraft",
30
  description="Upload an image and get the speech responses.",
31
+ allow_flagging="never",
32
  )
33
 
34
  # Launch the Gradio app