S4nfs commited on
Commit
a6049fe
·
verified ·
1 Parent(s): 80c5d34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -7,4 +7,5 @@ with gr.Blocks(fill_height=True) as demo:
7
  button = gr.LoginButton("Sign in")
8
  gr.load("models/prithivMLmods/Kontext-Watermark-Remover", accept_token=button, provider="auto")
9
 
10
- demo.launch()
 
 
7
  button = gr.LoginButton("Sign in")
8
  gr.load("models/prithivMLmods/Kontext-Watermark-Remover", accept_token=button, provider="auto")
9
 
10
+ # Launch the app
11
+ demo.launch(share=True)