Trayvon commited on
Commit
908d003
1 Parent(s): 1f3f4fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -234,4 +234,4 @@ The experiments in our paper suggested that LLMs often resort to shortcut learni
234
  answer_btn.click(return_ground_truth, inputs=[], outputs=[ground_truth_display])
235
 
236
 
237
- demo.queue(max_size=32).launch(enable_queue=True)
 
234
  answer_btn.click(return_ground_truth, inputs=[], outputs=[ground_truth_display])
235
 
236
 
237
+ demo.queue(max_size=32).launch()