Skip to content

Commit

Permalink
Update extract_jokes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aastroza committed Jun 10, 2024
1 parent 9e784af commit 727738b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/chilean_humor/extract_jokes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import pandas as pd
from loguru import logger
from typing import List

Expand All @@ -12,7 +11,7 @@ def extract_repertories(
return repertoires

def main():
routine_ids = [202, 201, 200, 198, 197, 196, 195, 194, 193, 192, 191]
routine_ids = [172]

for routine_id in routine_ids:
filename = f"transcripts/routine_{routine_id}_transcript.jsonl"
Expand Down

0 comments on commit 727738b

Please sign in to comment.