Katpeeler commited on
Commit
8aa7395
·
1 Parent(s): 2d85711

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def process(text):
124
  return SAMPLE_RATE, int16_data
125
 
126
 
127
- title = "Music generation with GPT-2"
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,