Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ iface = gr.Interface(fn=text2audio, inputs=[
|
|
55 |
], outputs=[gr.Audio(label="Output", type="numpy"), gr.Audio(label="Output", type="numpy")],
|
56 |
allow_flagging="never"
|
57 |
)
|
58 |
-
iface.launch(share=
|
59 |
|
60 |
#iface.queue(max_size=10).launch(debug=True)
|
61 |
# iface.launch(debug=True, share=True)
|
|
|
55 |
], outputs=[gr.Audio(label="Output", type="numpy"), gr.Audio(label="Output", type="numpy")],
|
56 |
allow_flagging="never"
|
57 |
)
|
58 |
+
iface.launch(share=False)
|
59 |
|
60 |
#iface.queue(max_size=10).launch(debug=True)
|
61 |
# iface.launch(debug=True, share=True)
|