Spaces:
Runtime error
Runtime error
Commit
·
e08c099
1
Parent(s):
b043c7f
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ gr.Examples(
|
|
36 |
[["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']],
|
37 |
fn = transcript_generator,
|
38 |
inputs = [input1,input2],
|
39 |
-
outputs = [output1,output2]
|
40 |
)
|
41 |
if __name__ == "__main__":
|
42 |
demo.launch()
|
|
|
36 |
[["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']],
|
37 |
fn = transcript_generator,
|
38 |
inputs = [input1,input2],
|
39 |
+
outputs = [output1,output2]
|
40 |
)
|
41 |
if __name__ == "__main__":
|
42 |
demo.launch()
|