DarkSting commited on
Commit
6d55829
·
verified ·
1 Parent(s): 44393a8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ with gr.Blocks(fill_height=True) as demo:
7
  button = gr.LoginButton("Sign in")
8
  gr.load("models/CompVis/stable-diffusion-v1-4", accept_token=button, provider="hf-inference")
9
 
10
- demo.launch()
 
7
  button = gr.LoginButton("Sign in")
8
  gr.load("models/CompVis/stable-diffusion-v1-4", accept_token=button, provider="hf-inference")
9
 
10
+ demo.launch(share=True)