SPACERUNNER99 commited on
Commit
8a1fdb1
·
verified ·
1 Parent(s): 3f4d8ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()