Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -110,5 +110,5 @@ img2speech = gradio.mix.Series(ViT_interface,
|
|
110 |
<h2>Limitations</h2>
|
111 |
<p style='text-align: justify'>The model was trained only on 67 classes (indoor scenes). Hence, the model should perform better if the input indoor scene image belongs to one of the target classes it was trained on. For demonstration purposes, it temporarily accommodates English as its language but it is flexible and versatile to other common major languages.</p>
|
112 |
<h2>Credits</h2>
|
113 |
-
<p style='text-align: justify'>I would like to express my gratitude to <b><a href='https://github.com/vincentclaes' target='_blank'>Vincent Claes</a></b> and <b><a href='https://github.com/
|
114 |
allow_flagging='never').launch()
|
|
|
110 |
<h2>Limitations</h2>
|
111 |
<p style='text-align: justify'>The model was trained only on 67 classes (indoor scenes). Hence, the model should perform better if the input indoor scene image belongs to one of the target classes it was trained on. For demonstration purposes, it temporarily accommodates English as its language but it is flexible and versatile to other common major languages.</p>
|
112 |
<h2>Credits</h2>
|
113 |
+
<p style='text-align: justify'>I would like to express my gratitude to <b><a href='https://github.com/vincentclaes' target='_blank'>Vincent Claes</a></b> and <b><a href='https://github.com/kan-bayashi' target='_blank'>Tomoki Hayashi</a></b> for uploading the ViT and TTS models in the Hugging Face Models library, respectively, purely for academic and research purposes. All credits go to these two brilliant people.''',
|
114 |
allow_flagging='never').launch()
|