theSure commited on
Commit
f1243f2
·
verified ·
1 Parent(s): fd93b93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -364,5 +364,5 @@ with gr.Blocks(
364
  outputs=[inpaint_result, gallery]
365
  )
366
 
367
-
368
- demo.launch()
 
364
  outputs=[inpaint_result, gallery]
365
  )
366
 
367
+ if __name__ == '__main__':
368
+ demo.launch()