Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.',
|