Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,4 +13,4 @@ def generate_music(Prompt):
|
|
| 13 |
return rate,mus
|
| 14 |
|
| 15 |
inf = gr.Interface(generate_music,title = "Mashdemy Demo Music Generator App", description = "Type in the kind of music you prefer and click submit", inputs =["text"], outputs=["audio"], examples = ["lo-fi music with a soothing melody", "pop music"])
|
| 16 |
-
inf.launch(
|
|
|
|
| 13 |
return rate,mus
|
| 14 |
|
| 15 |
inf = gr.Interface(generate_music,title = "Mashdemy Demo Music Generator App", description = "Type in the kind of music you prefer and click submit", inputs =["text"], outputs=["audio"], examples = ["lo-fi music with a soothing melody", "pop music"])
|
| 16 |
+
inf.launch(share = True)
|