iisadia commited on
Commit
349a229
·
verified ·
1 Parent(s): 6ea5565

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def load_movie_data():
68
  # Option 1: Try loading with trust_remote_code
69
  try:
70
  dataset = load_dataset(
71
- "https://huggingface.co/datasets/eraser-benchmark/movie_rationales",
72
  split="train[:2000]",
73
  trust_remote_code=True # Explicitly allow trusted code
74
  )
 
68
  # Option 1: Try loading with trust_remote_code
69
  try:
70
  dataset = load_dataset(
71
+ "eraser-benchmark/movie_rationales",
72
  split="train[:2000]",
73
  trust_remote_code=True # Explicitly allow trusted code
74
  )