phillipinseoul commited on
Commit
a818142
1 Parent(s): bcb5a3c

fix example error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,4 +81,4 @@ if __name__=="__main__":
81
  run_button.click(fn=run_inference, inputs=ips, outputs=[result_gallery])
82
 
83
  demo.queue(max_size=30)
84
- demo.launch()
 
81
  run_button.click(fn=run_inference, inputs=ips, outputs=[result_gallery])
82
 
83
  demo.queue(max_size=30)
84
+ demo.launch()