egmaminta commited on
Commit
5c0af38
1 Parent(s): 3703f24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -94,6 +94,9 @@ TTS_interface = gradio.Interface(fn=TTS_inference,
94
  img2speech = gradio.mix.Series(ViT_interface, TTS_interface,
95
  theme='grass',
96
  live='True',
 
 
 
97
  layout='horizontal',
98
  title='''Hearing What's In Front of You: Indoor Scene Recognition-to-Speech''',
99
  description='For the blind and visually-impaired people. A smart and easy-to-use indoor scene classifier-to-speech. Start by uploading an input image of an indoor scene. The output is an audio file saying what you are externally facing in front of.',
 
94
  img2speech = gradio.mix.Series(ViT_interface, TTS_interface,
95
  theme='grass',
96
  live='True',
97
+ examples=[['bathroom.jpg'],
98
+ ['bedroom.jpg'],
99
+ ['samsung_room.jpg']],
100
  layout='horizontal',
101
  title='''Hearing What's In Front of You: Indoor Scene Recognition-to-Speech''',
102
  description='For the blind and visually-impaired people. A smart and easy-to-use indoor scene classifier-to-speech. Start by uploading an input image of an indoor scene. The output is an audio file saying what you are externally facing in front of.',