Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -230,6 +230,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
| 230 |
# Submit button
|
| 231 |
transcribe_video_button = gr.Button("Transcribe", variant="primary")
|
| 232 |
oauth_button = gr.Button("google.com/device", variant="primary")
|
|
|
|
| 233 |
with gr.Column(scale=1):
|
| 234 |
# Transcribe
|
| 235 |
output_tab2 = gr.HTML(render=True)
|
|
|
|
| 230 |
# Submit button
|
| 231 |
transcribe_video_button = gr.Button("Transcribe", variant="primary")
|
| 232 |
oauth_button = gr.Button("google.com/device", variant="primary")
|
| 233 |
+
|
| 234 |
with gr.Column(scale=1):
|
| 235 |
# Transcribe
|
| 236 |
output_tab2 = gr.HTML(render=True)
|