Spaces:
Runtime error
Runtime error
Ngaima Sandiman
commited on
Commit
·
586f617
1
Parent(s):
6903df7
Updated app.py file.
Browse files
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 |
-
|
| 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
|