Update app.py
Browse files
app.py
CHANGED
|
@@ -124,7 +124,7 @@ def process(text):
|
|
| 124 |
return SAMPLE_RATE, int16_data
|
| 125 |
|
| 126 |
|
| 127 |
-
title = "Music
|
| 128 |
|
| 129 |
iface = gr.Interface(
|
| 130 |
fn=process,
|
|
|
|
| 124 |
return SAMPLE_RATE, int16_data
|
| 125 |
|
| 126 |
|
| 127 |
+
title = "Music gen with GPT-2"
|
| 128 |
|
| 129 |
iface = gr.Interface(
|
| 130 |
fn=process,
|