jmaller commited on
Commit
5c99c8b
1 Parent(s): 28571cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,8 +59,8 @@ demo = gr.Interface(
59
  inputs=[gr.Textbox(lines=2, placeholder="Prompt text here..."), gr.Slider(0, 500)],
60
  outputs="text",
61
  examples=[
62
- ["the girl from ipanema", 200],
63
- ["A walk through Cagliari", 200],
64
  ],
65
  title="Amy Winehouse RNN",
66
  description="Simple word-based RNN text generator trained on Amy Winehouse's songs",
59
  inputs=[gr.Textbox(lines=2, placeholder="Prompt text here..."), gr.Slider(0, 500)],
60
  outputs="text",
61
  examples=[
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",