afrizalha commited on
Commit
dcb978e
·
verified ·
1 Parent(s): ce2e0ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -48,6 +48,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
48
  allow_flagging="never",
49
  title="Sasando-1",
50
  )
51
- examples=gr.Examples([["gue"], ["presiden"], ["cinta adalah"], ["allah, aku"]], [starting_text])
 
52
 
53
  app.launch()
 
48
  allow_flagging="never",
49
  title="Sasando-1",
50
  )
51
+ examples=gr.Examples([["gue"], ["presiden"], ["cinta adalah"], ["allah, aku"], ["dia marah karena"],
52
+ ["inflasi"], ["kolam renang"], ["messi"], ["ayo jalan-jalan"], ["komputer itu"]], [starting_text])
53
 
54
  app.launch()