Update app.py
Browse files
app.py
CHANGED
@@ -50,4 +50,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
|
|
50 |
)
|
51 |
examples=gr.Examples([["gue"], ["presiden"], ["cinta adalah"], ["allah, aku"]], [starting_text])
|
52 |
|
53 |
-
app.launch(
|
|
|
50 |
)
|
51 |
examples=gr.Examples([["gue"], ["presiden"], ["cinta adalah"], ["allah, aku"]], [starting_text])
|
52 |
|
53 |
+
app.launch()
|