Spaces:
Runtime error
Runtime error
Commit
·
d61010c
1
Parent(s):
140ee0b
corrected
Browse files
app.py
CHANGED
@@ -36,7 +36,6 @@ with gr.Blocks() as demo:
|
|
36 |
gr.Examples(
|
37 |
[["https://www.youtube.com/watch?v=47dtFZ8CFo8",'chinese (simplified)'], ["https://www.youtube.com/watch?v=hT_nvWreIhg",'french'],['https://www.youtube.com/watch?v=PMs76lrqiA4','urdu']],
|
38 |
fn = transcript_generator, inputs=[input1,input2], outputs=[output1,output2], cache_examples=True
|
39 |
-
[input1,input2],
|
40 |
)
|
41 |
|
42 |
if __name__ == "__main__":
|
|
|
36 |
gr.Examples(
|
37 |
[["https://www.youtube.com/watch?v=47dtFZ8CFo8",'chinese (simplified)'], ["https://www.youtube.com/watch?v=hT_nvWreIhg",'french'],['https://www.youtube.com/watch?v=PMs76lrqiA4','urdu']],
|
38 |
fn = transcript_generator, inputs=[input1,input2], outputs=[output1,output2], cache_examples=True
|
|
|
39 |
)
|
40 |
|
41 |
if __name__ == "__main__":
|