Spaces:
Running
Running
Style Update
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ with gr.Blocks(theme="monochrome", css="""
|
|
| 64 |
}
|
| 65 |
""") as demo:
|
| 66 |
with gr.Column(elem_classes="centered-container"):
|
| 67 |
-
gr.Markdown("#
|
| 68 |
gr.Markdown("## Upload a video file and click 'Transcribe' to begin.", elem_id="subtitle")
|
| 69 |
with gr.Row():
|
| 70 |
with gr.Column(scale=1, min_width=320):
|
|
@@ -75,6 +75,7 @@ with gr.Blocks(theme="monochrome", css="""
|
|
| 75 |
)
|
| 76 |
with gr.Row(elem_classes="transcribe-btn-center"):
|
| 77 |
transcribe_btn = gr.Button("Transcribe", scale=0)
|
|
|
|
| 78 |
with gr.Column(scale=1, min_width=320):
|
| 79 |
text_output = gr.Textbox(
|
| 80 |
label="Raw Text Output",
|
|
|
|
| 64 |
}
|
| 65 |
""") as demo:
|
| 66 |
with gr.Column(elem_classes="centered-container"):
|
| 67 |
+
gr.Markdown("# Automatic Video Transcriber", elem_id="title")
|
| 68 |
gr.Markdown("## Upload a video file and click 'Transcribe' to begin.", elem_id="subtitle")
|
| 69 |
with gr.Row():
|
| 70 |
with gr.Column(scale=1, min_width=320):
|
|
|
|
| 75 |
)
|
| 76 |
with gr.Row(elem_classes="transcribe-btn-center"):
|
| 77 |
transcribe_btn = gr.Button("Transcribe", scale=0)
|
| 78 |
+
gr.Markdown("### Please note that file uploads may take a few minutes to process due to network rate limits. A local version of this app is available [here](https://github.com/sam-mata/video-transcriber).", elem_id="note")
|
| 79 |
with gr.Column(scale=1, min_width=320):
|
| 80 |
text_output = gr.Textbox(
|
| 81 |
label="Raw Text Output",
|