Spaces:
Runtime error
Runtime error
Commit
·
3531a7c
1
Parent(s):
12678ad
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ stt_demo = gr.Interface.load(
|
|
| 28 |
)
|
| 29 |
|
| 30 |
with gr.Blocks() as demo:
|
| 31 |
-
gr.Markdown("<h2>Welcome to Mushrooom Solutions AI ML Showcase</h2>")
|
| 32 |
gr.TabbedInterface([vision_demo, tts_demo, stt_demo], ["Image Classification", "Text-to-speech", "Speech-to-text"])
|
| 33 |
|
| 34 |
if __name__ == "__main__":
|
|
|
|
| 28 |
)
|
| 29 |
|
| 30 |
with gr.Blocks() as demo:
|
| 31 |
+
gr.Markdown("<h2>Welcome to Mushrooom Solutions - AI ML Showcase</h2>")
|
| 32 |
gr.TabbedInterface([vision_demo, tts_demo, stt_demo], ["Image Classification", "Text-to-speech", "Speech-to-text"])
|
| 33 |
|
| 34 |
if __name__ == "__main__":
|