Update app.py
Browse files
app.py
CHANGED
@@ -55,5 +55,5 @@ iface = gr.Interface(
|
|
55 |
outputs=gr.Textbox(label="Generated SRT File Content"),
|
56 |
title="Extract and Process Audio from Video",
|
57 |
description="Upload a video file to extract and process the audio, and view the generated SRT file content.",
|
58 |
-
allow_flagging="never"
|
59 |
iface.launch()
|
|
|
55 |
outputs=gr.Textbox(label="Generated SRT File Content"),
|
56 |
title="Extract and Process Audio from Video",
|
57 |
description="Upload a video file to extract and process the audio, and view the generated SRT file content.",
|
58 |
+
allow_flagging="never")
|
59 |
iface.launch()
|