Update app.py
Browse files
app.py
CHANGED
@@ -163,6 +163,7 @@ css = """
|
|
163 |
50% {background-position: 100% 50%;}
|
164 |
100% {background-position: 0% 50%;}
|
165 |
}
|
|
|
166 |
"""
|
167 |
|
168 |
with gr.Blocks(theme=theme, css=css) as demo:
|
@@ -184,8 +185,8 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
184 |
## Caution:
|
185 |
- For acadmic reproduction purpose, we strongly recommend to use [Colab Demo](https://colab.research.google.com/drive/1AgOVEBfZknDkjmSRA7leoa81a2vrnhBG?usp=sharing) with multiple checkpoints.
|
186 |
|
187 |
-
## YouTube transcription (
|
188 |
-
- Press the
|
189 |
|
190 |
<div style="display: inline-block;">
|
191 |
<a href="https://arxiv.org/abs/2407.04822">
|
|
|
163 |
50% {background-position: 100% 50%;}
|
164 |
100% {background-position: 0% 50%;}
|
165 |
}
|
166 |
+
#mylog {font-size: 12pt; line-height: 1.2; min-height: 2em; max-height: 4em;}
|
167 |
"""
|
168 |
|
169 |
with gr.Blocks(theme=theme, css=css) as demo:
|
|
|
185 |
## Caution:
|
186 |
- For acadmic reproduction purpose, we strongly recommend to use [Colab Demo](https://colab.research.google.com/drive/1AgOVEBfZknDkjmSRA7leoa81a2vrnhBG?usp=sharing) with multiple checkpoints.
|
187 |
|
188 |
+
## YouTube transcription (working 🚀):
|
189 |
+
- Press the `Transcribe` button, copy the 12-digit code below, and paste it into `google.com/device`. (Only needed once.)
|
190 |
|
191 |
<div style="display: inline-block;">
|
192 |
<a href="https://arxiv.org/abs/2407.04822">
|