Spaces:
Runtime error
Runtime error
jiedong-yang
commited on
Commit
β’
78a6033
1
Parent(s):
d4e684d
Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ with demo:
|
|
163 |
|
164 |
examples = gr.Examples(examples=["https://www.youtube.com/watch?v=DuX4K4eeTz8",
|
165 |
"https://www.youtube.com/watch?v=nepOSEGHHCQ"],
|
166 |
-
inputs=[url]
|
167 |
|
168 |
# ASR
|
169 |
text = gr.Textbox(label="Transcription", placeholder="transcription")
|
|
|
163 |
|
164 |
examples = gr.Examples(examples=["https://www.youtube.com/watch?v=DuX4K4eeTz8",
|
165 |
"https://www.youtube.com/watch?v=nepOSEGHHCQ"],
|
166 |
+
inputs=[url])
|
167 |
|
168 |
# ASR
|
169 |
text = gr.Textbox(label="Transcription", placeholder="transcription")
|