Spaces:
Runtime error
Runtime error
Rehman1603
commited on
Commit
•
36f8179
1
Parent(s):
afda746
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ interface=gr.Interface(fn=main_fun,inputs=[gr.components.Textbox(label="Enter Yo
|
|
31 |
outputs=[gr.components.Video(label="Original Video"),gr.components.Video(label="Dubb video")],
|
32 |
examples=[
|
33 |
["https://www.youtube.com/watch?v=N9B59PHIFbA","Hindi"],
|
34 |
-
["https://www.youtube.com/watch?v=
|
35 |
])
|
36 |
interface.launch(debug=True)
|
37 |
|
|
|
31 |
outputs=[gr.components.Video(label="Original Video"),gr.components.Video(label="Dubb video")],
|
32 |
examples=[
|
33 |
["https://www.youtube.com/watch?v=N9B59PHIFbA","Hindi"],
|
34 |
+
["https://www.youtube.com/watch?v=n0NWsLoMWcs","English"],
|
35 |
])
|
36 |
interface.launch(debug=True)
|
37 |
|