Update app.py
Browse files
app.py
CHANGED
@@ -45,6 +45,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
|
|
45 |
allow_flagging="never",
|
46 |
title="Sasando-1",
|
47 |
)
|
48 |
-
|
49 |
-
|
50 |
app.launch()
|
|
|
45 |
allow_flagging="never",
|
46 |
title="Sasando-1",
|
47 |
)
|
48 |
+
examples=gr.Examples([["gue"], ["presiden"], ["cinta adalah"], ["allah, aku"], ["dia marah karena"],
|
49 |
+
["inflasi"], ["kolam renang"], ["messi"], ["jalan-jalan"], ["komputer itu"]], [starting_text])
|
50 |
app.launch()
|