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