shweaung commited on
Commit
eacb4e7
1 Parent(s): ff89145

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
- app.launch(show_api=False, share=True)
 
167
  outputs = [output, output_stills, seed]
168
  )
169
 
170
+ demo.launch(show_api=False, share=True)