LPX55 commited on
Commit
7783d7f
·
verified ·
1 Parent(s): 235772c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def generate_story(file_paths, progress=gr.Progress(track_tqdm=True)):
84
  skip_special_tokens=True,
85
  clean_up_tokenization_spaces=False
86
  )[0]
87
- print(story)
88
  return story
89
 
90
 
 
84
  skip_special_tokens=True,
85
  clean_up_tokenization_spaces=False
86
  )[0]
87
+
88
  return story
89
 
90