Spaces:
Runtime error
Runtime error
Update appp.py
Browse files
appp.py
CHANGED
|
@@ -28,7 +28,7 @@ from datasets import load_dataset
|
|
| 28 |
# CONFIGURATION β change these if needed
|
| 29 |
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 30 |
|
| 31 |
-
NUM_QUESTIONS =
|
| 32 |
# 500 is manageable on free Colab CPU
|
| 33 |
# increase to 2000+ if you have more time
|
| 34 |
|
|
|
|
| 28 |
# CONFIGURATION β change these if needed
|
| 29 |
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 30 |
|
| 31 |
+
NUM_QUESTIONS = 2 # how many questions to process
|
| 32 |
# 500 is manageable on free Colab CPU
|
| 33 |
# increase to 2000+ if you have more time
|
| 34 |
|