Update app.py
Browse files
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
|
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)
|