MoJaff commited on
Commit
b1e33bb
·
verified ·
1 Parent(s): 0792353

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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