Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,7 +65,6 @@ with gr.Blocks() as demo:
|
|
| 65 |
"""
|
| 66 |
)
|
| 67 |
with gr.Tab('Get a summary from your own mic or audio file'):
|
| 68 |
-
with gr.Row():
|
| 69 |
gr.Interface(
|
| 70 |
fn=transcribe,
|
| 71 |
inputs=[
|
|
@@ -82,7 +81,6 @@ with gr.Blocks() as demo:
|
|
| 82 |
allow_flagging="never",
|
| 83 |
)
|
| 84 |
with gr.Tab('Summary of Youtube video'):
|
| 85 |
-
with gr.Row():
|
| 86 |
input_text_url = gr.Textbox(placeholder='Youtube video URL', label='URL')
|
| 87 |
result_button_transcribe = gr.Button('1. Transcribe')
|
| 88 |
output_text_transcribe = gr.Textbox(placeholder='Transcript of the YouTube video.', label='Transcript')
|
|
|
|
| 65 |
"""
|
| 66 |
)
|
| 67 |
with gr.Tab('Get a summary from your own mic or audio file'):
|
|
|
|
| 68 |
gr.Interface(
|
| 69 |
fn=transcribe,
|
| 70 |
inputs=[
|
|
|
|
| 81 |
allow_flagging="never",
|
| 82 |
)
|
| 83 |
with gr.Tab('Summary of Youtube video'):
|
|
|
|
| 84 |
input_text_url = gr.Textbox(placeholder='Youtube video URL', label='URL')
|
| 85 |
result_button_transcribe = gr.Button('1. Transcribe')
|
| 86 |
output_text_transcribe = gr.Textbox(placeholder='Transcript of the YouTube video.', label='Transcript')
|