NeuralFalcon commited on
Commit
a3af440
·
verified ·
1 Parent(s): c452e35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -319,7 +319,7 @@ def main(debug, share):
319
  ]
320
 
321
  # Create Gradio interface
322
- demo = gr.Interface(fn=subtitle_maker, inputs=gradio_inputs, outputs=gradio_outputs, title="Whisper-Large-V3-Turbo-Ct2 Subtitle Maker")
323
 
324
  # Launch Gradio with command-line options
325
  demo.queue().launch(debug=debug, share=share)
 
319
  ]
320
 
321
  # Create Gradio interface
322
+ demo = gr.Interface(fn=subtitle_maker, inputs=gradio_inputs, outputs=gradio_outputs, title="Auto Subtitle Generator Using Whisper-Large-V3-Turbo-Ct2")
323
 
324
  # Launch Gradio with command-line options
325
  demo.queue().launch(debug=debug, share=share)