viethoangtranduong commited on
Commit
eecd1e0
1 Parent(s): a74e752

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ with demo:
28
  Start typing below to see the output.
29
  """
30
  )
31
- input = gr.Textbox(placeholder="[INST] Tell me an interesting story [/INST]")
32
  output = gr.Textbox()
33
 
34
  input.change(fn=return_text, inputs=input, outputs=output)
 
28
  Start typing below to see the output.
29
  """
30
  )
31
+ input = gr.Textbox(placeholder="[INST] Recommend some Hollywood movies [/INST]")
32
  output = gr.Textbox()
33
 
34
  input.change(fn=return_text, inputs=input, outputs=output)