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

Update app.py

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