Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from datasets import load_dataset
|
|
9 |
|
10 |
|
11 |
# Load the dataset from the Hugging Face Hub
|
12 |
-
dataset = load_dataset("domro11/lectures")
|
13 |
|
14 |
|
15 |
|
|
|
9 |
|
10 |
|
11 |
# Load the dataset from the Hugging Face Hub
|
12 |
+
dataset = load_dataset("domro11/lectures",revision="main")
|
13 |
|
14 |
|
15 |
|