delete share
Browse files
app.py
CHANGED
|
@@ -106,4 +106,4 @@ if __name__ == '__main__':
|
|
| 106 |
output = gr.Video(label="Output video")
|
| 107 |
|
| 108 |
demo = gr.Interface(fn=main, inputs=inputs, outputs=output).queue()
|
| 109 |
-
demo.launch(
|
|
|
|
| 106 |
output = gr.Video(label="Output video")
|
| 107 |
|
| 108 |
demo = gr.Interface(fn=main, inputs=inputs, outputs=output).queue()
|
| 109 |
+
demo.launch()
|