Spaces:
Build error
Build error
Block markdown message updated.
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ with gr.Blocks() as transcriberUI:
|
|
| 64 |
"""
|
| 65 |
# Ola Xara & Solange!
|
| 66 |
Clicar no botao abaixo para selecionar o Audio a ser transcrito!
|
| 67 |
-
Ambiente
|
| 68 |
""")
|
| 69 |
inp = gr.File(label="Arquivo de Audio", show_label=True, file_count="single", file_types=["m4a"])
|
| 70 |
transcribe = gr.Textbox(label="Transcricao", show_label=True, show_copy_button=True)
|
|
|
|
| 64 |
"""
|
| 65 |
# Ola Xara & Solange!
|
| 66 |
Clicar no botao abaixo para selecionar o Audio a ser transcrito!
|
| 67 |
+
Ambiente Demo disponivel 24x7.
|
| 68 |
""")
|
| 69 |
inp = gr.File(label="Arquivo de Audio", show_label=True, file_count="single", file_types=["m4a"])
|
| 70 |
transcribe = gr.Textbox(label="Transcricao", show_label=True, show_copy_button=True)
|