Spaces:
Runtime error
Runtime error
srinivas-mushroom
commited on
Commit
•
a598e29
1
Parent(s):
7ee4d2f
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ tts_demo = gr.Interface.load(
|
|
17 |
vision_demo = gr.Interface.load(
|
18 |
"models/google/vit-base-patch16-224",
|
19 |
title=None,
|
20 |
-
description="
|
21 |
)
|
22 |
|
23 |
stt_demo = gr.Interface.load(
|
@@ -30,4 +30,4 @@ stt_demo = gr.Interface.load(
|
|
30 |
demo = gr.TabbedInterface([vision_demo, tts_demo, stt_demo], ["Image Classification", "Text-to-speech", "Speech-to-text"])
|
31 |
|
32 |
if __name__ == "__main__":
|
33 |
-
demo.launch()
|
|
|
17 |
vision_demo = gr.Interface.load(
|
18 |
"models/google/vit-base-patch16-224",
|
19 |
title=None,
|
20 |
+
description="Vision Transformer",
|
21 |
)
|
22 |
|
23 |
stt_demo = gr.Interface.load(
|
|
|
30 |
demo = gr.TabbedInterface([vision_demo, tts_demo, stt_demo], ["Image Classification", "Text-to-speech", "Speech-to-text"])
|
31 |
|
32 |
if __name__ == "__main__":
|
33 |
+
demo.launch()
|