Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
| 88 |
return story
|
| 89 |
|
| 90 |
|
|
|
|
| 84 |
skip_special_tokens=True,
|
| 85 |
clean_up_tokenization_spaces=False
|
| 86 |
)[0]
|
| 87 |
+
|
| 88 |
return story
|
| 89 |
|
| 90 |
|