afrizalha commited on
Commit
ce2e0ae
1 Parent(s): 91a8143

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
 
50
  )
51
  examples=gr.Examples([["gue"], ["presiden"], ["cinta adalah"], ["allah, aku"]], [starting_text])
52
 
53
+ app.launch()