Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ app = gr.Interface(
|
|
79 |
outputs=gr.Audio(type="filepath"),
|
80 |
title="Mustalhim",
|
81 |
description="Upload an image, and the app will generate a story and convert it to audio.",
|
82 |
-
|
83 |
)
|
84 |
|
85 |
# Launch the app
|
|
|
79 |
outputs=gr.Audio(type="filepath"),
|
80 |
title="Mustalhim",
|
81 |
description="Upload an image, and the app will generate a story and convert it to audio.",
|
82 |
+
examples=[[example_image]]
|
83 |
)
|
84 |
|
85 |
# Launch the app
|