Update app.py
Browse files
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"]
|
|
|
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()
|