Alvaro del Castillo
commited on
Commit
·
488f338
1
Parent(s):
64a242f
Make Gradio server shared
Browse files
app.py
CHANGED
@@ -34,5 +34,5 @@ audiveris = gr.Interface(
|
|
34 |
outputs=gr.File(label="Download MusicXML file"),
|
35 |
description="Upload a PDF music socre and create a MusicXML file from it.",
|
36 |
)
|
37 |
-
audiveris.launch(server_name="0.0.0.0", mcp_server=True)
|
38 |
|
|
|
34 |
outputs=gr.File(label="Download MusicXML file"),
|
35 |
description="Upload a PDF music socre and create a MusicXML file from it.",
|
36 |
)
|
37 |
+
audiveris.launch(server_name="0.0.0.0", mcp_server=True, share=True)
|
38 |
|