Spaces:
Runtime error
Runtime error
sander-wood
commited on
Commit
•
a5deeac
1
Parent(s):
d60c888
Update app.py
Browse files
app.py
CHANGED
@@ -103,4 +103,4 @@ gr.Interface(fn=generate_abc,
|
|
103 |
outputs=output_abc,
|
104 |
title="Textune: Generating Tune from Text",
|
105 |
description=description,
|
106 |
-
examples=examples).launch()
|
|
|
103 |
outputs=output_abc,
|
104 |
title="Textune: Generating Tune from Text",
|
105 |
description=description,
|
106 |
+
examples=examples).launch(share=True)
|