Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
|
|
234 |
answer_btn.click(return_ground_truth, inputs=[], outputs=[ground_truth_display])
|
235 |
|
236 |
|
237 |
+
demo.queue(max_size=32).launch()
|