b3xxf21f commited on
Commit
e545c14
1 Parent(s): 71a1d4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -195,5 +195,4 @@ if __name__ == '__main__':
195
  outputs=[gr_ratings, gr_output_text, gr_tags],
196
  )
197
 
198
- #demo.queue(os.cpu_count()).launch()
199
- demo.launch()
 
195
  outputs=[gr_ratings, gr_output_text, gr_tags],
196
  )
197
 
198
+ demo.queue(os.cpu_count()).launch()