jmaller commited on
Commit
719b9f1
1 Parent(s): e57ebf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,8 +62,8 @@ demo = gr.Interface(
62
  ["I'll go back to black", 200],
63
  ["To see your eyes,", 200],
64
  ],
65
- title="Amy Winehouse RNN",
66
- description="Simple word-based RNN text generator trained on Amy Winehouse's songs",
67
  )
68
 
69
  demo.launch()
62
  ["I'll go back to black", 200],
63
  ["To see your eyes,", 200],
64
  ],
65
+ title="Leonard Cohen RNN",
66
+ description="Simple word-based RNN text generator trained on Leonard Cohen's songs",
67
  )
68
 
69
  demo.launch()