Leyo commited on
Commit
6b77c21
·
1 Parent(s): 78731e6
Files changed (1) hide show
  1. tgif.py +0 -1
tgif.py CHANGED
@@ -92,7 +92,6 @@ class TGIF(datasets.GeneratorBasedBuilder):
92
  def _generate_examples(self, files, local_extracted_archive):
93
  """This function returns the examples."""
94
 
95
-
96
  with open(os.path.join(files, "tgif-v1.0.tsv"), encoding="utf-8") as tsv_file:
97
  tsv_reader = csv.reader(tsv_file, delimiter="\t", quotechar='"' )
98
  for idx, (video_link, text) in enumerate(tsv_reader):
 
92
  def _generate_examples(self, files, local_extracted_archive):
93
  """This function returns the examples."""
94
 
 
95
  with open(os.path.join(files, "tgif-v1.0.tsv"), encoding="utf-8") as tsv_file:
96
  tsv_reader = csv.reader(tsv_file, delimiter="\t", quotechar='"' )
97
  for idx, (video_link, text) in enumerate(tsv_reader):