removed share true
Browse files
app.py
CHANGED
@@ -53,4 +53,4 @@ outputs = gr.Audio(label="Output")
|
|
53 |
|
54 |
demo = gr.Interface(fn=main, inputs=inputs, outputs=outputs,description=description)
|
55 |
|
56 |
-
demo.launch(
|
|
|
53 |
|
54 |
demo = gr.Interface(fn=main, inputs=inputs, outputs=outputs,description=description)
|
55 |
|
56 |
+
demo.launch()
|