Spaces:
Running
on
Zero
Running
on
Zero
minor change launch()
Browse files
app.py
CHANGED
@@ -58,4 +58,5 @@ with gr.Blocks() as transcriberUI:
|
|
58 |
transcribe = gr.Textbox(label="Transcricao", show_label=True, show_copy_button=True)
|
59 |
inp.upload(asr_transcriber, inp, transcribe)
|
60 |
|
61 |
-
|
|
|
|
58 |
transcribe = gr.Textbox(label="Transcricao", show_label=True, show_copy_button=True)
|
59 |
inp.upload(asr_transcriber, inp, transcribe)
|
60 |
|
61 |
+
if __name__ == "__main__":
|
62 |
+
transcriberUI.launch()
|