SandLogicTechnologies commited on
Commit
4a023e5
·
verified ·
1 Parent(s): f694927

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ chat_interface = gr.ChatInterface(
102
 
103
  stop_btn=None,
104
  examples=[
105
- ["Tell me a story"], ["write a short poem which is hard to sing"]
106
  ],
107
  cache_examples=False,
108
  )
 
102
 
103
  stop_btn=None,
104
  examples=[
105
+ ["Tell me a story"], ["write a song"]
106
  ],
107
  cache_examples=False,
108
  )