svjack commited on
Commit
65961e1
·
verified ·
1 Parent(s): d0588a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ if __name__ == '__main__':
38
  outputs=[gr_diff, gr_prediction],
39
  )
40
 
41
- demo.queue(os.cpu_count()).launch()
 
38
  outputs=[gr_diff, gr_prediction],
39
  )
40
 
41
+ demo.queue(os.cpu_count()).launch(share = True)