FrostIce commited on
Commit
115a235
·
verified ·
1 Parent(s): c8b2c02

Rename app (2).py to app.py

Browse files
Files changed (1) hide show
  1. app (2).py → app.py +1 -1
app (2).py → app.py RENAMED
@@ -181,4 +181,4 @@ if __name__ == '__main__':
181
  inputs=[gr_input_image, gr_model, gr_threshold, gr_space, gr_escape, gr_confidence, gr_order],
182
  outputs=[gr_ratings, gr_output_text, gr_tags],
183
  )
184
- demo.queue(os.cpu_count()).launch()
 
181
  inputs=[gr_input_image, gr_model, gr_threshold, gr_space, gr_escape, gr_confidence, gr_order],
182
  outputs=[gr_ratings, gr_output_text, gr_tags],
183
  )
184
+ demo.launch()