Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,6 @@ def generate_story_from_image(image_input):
|
|
57 |
audio = text_to_speech(story)
|
58 |
return audio
|
59 |
|
60 |
-
|
61 |
# Define the input and output components
|
62 |
inputs = gr.Image(label="Image")
|
63 |
outputs = gr.Audio(label="Story Audio")
|
|
|
57 |
audio = text_to_speech(story)
|
58 |
return audio
|
59 |
|
|
|
60 |
# Define the input and output components
|
61 |
inputs = gr.Image(label="Image")
|
62 |
outputs = gr.Audio(label="Story Audio")
|