jiedong-yang commited on
Commit
78a6033
β€’
1 Parent(s): d4e684d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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], cache_examples=True)
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")