Spaces:
Runtime error
Runtime error
Add application file
Browse files
app.py
CHANGED
|
@@ -433,7 +433,8 @@ iface = gr.Interface(fn=main,
|
|
| 433 |
outputs="audio",
|
| 434 |
title="Combine Audios")
|
| 435 |
|
| 436 |
-
iface.launch(share=True,debug=True)
|
|
|
|
| 437 |
|
| 438 |
|
| 439 |
|
|
|
|
| 433 |
outputs="audio",
|
| 434 |
title="Combine Audios")
|
| 435 |
|
| 436 |
+
# iface.launch(share=True,debug=True)
|
| 437 |
+
iface.launch(debug=True)
|
| 438 |
|
| 439 |
|
| 440 |
|