Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -121,6 +121,7 @@ def generate_story(params, story_generator, col2):
|
|
| 121 |
|
| 122 |
with st.spinner("Generando historia... ⏳"):
|
| 123 |
try:
|
|
|
|
| 124 |
story = story_generator.generate_story(params["formula"], params)
|
| 125 |
|
| 126 |
with col2:
|
|
|
|
| 121 |
|
| 122 |
with st.spinner("Generando historia... ⏳"):
|
| 123 |
try:
|
| 124 |
+
# Generar la historia utilizando el generador
|
| 125 |
story = story_generator.generate_story(params["formula"], params)
|
| 126 |
|
| 127 |
with col2:
|