FQiao commited on
Commit
319689b
·
verified ·
1 Parent(s): 1b5d67d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -228,4 +228,5 @@ with tempfile.TemporaryDirectory() as tmpdir:
228
  outputs=[warped_widget, gen_widget]
229
  )
230
 
231
- demo.launch(share=False)
 
 
228
  outputs=[warped_widget, gen_widget]
229
  )
230
 
231
+ if __name__ == '__main__':
232
+ demo.launch()