shweaung commited on
Commit
ff89145
1 Parent(s): 96a7af3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,4 +167,4 @@ with gr.Blocks(css=css) as demo:
167
  outputs = [output, output_stills, seed]
168
  )
169
 
170
- demo.launch()
 
167
  outputs = [output, output_stills, seed]
168
  )
169
 
170
+ app.launch(show_api=False, share=True)