Spaces:
Runtime error
Runtime error
srinivas-mushroom
commited on
Commit
•
6124dc8
1
Parent(s):
85378c5
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,12 @@ sentiment_demo = gr.Interface.load(
|
|
39 |
description="Amazon Reviews",
|
40 |
)
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
|
44 |
stt_demo = gr.Interface.load(
|
@@ -50,8 +56,8 @@ stt_demo = gr.Interface.load(
|
|
50 |
|
51 |
with gr.Blocks() as demo:
|
52 |
gr.Markdown("<h2>Welcome to Mushrooom Solutions - AI ML Showcase</h2>")
|
53 |
-
gr.TabbedInterface([vision_demo, sentiment_demo, anime_demo, chatgpt3_demo, tts_demo, stt_demo],
|
54 |
-
["Image Classification", "Sentiment Analysis", "Anime", "Chat GPT3", "Text-to-speech", "Speech-to-text"])
|
55 |
|
56 |
if __name__ == "__main__":
|
57 |
demo.launch()
|
|
|
39 |
description="Amazon Reviews",
|
40 |
)
|
41 |
|
42 |
+
Medical-Image-Classification_demo = gr.Interface.load(
|
43 |
+
"spaces/mushroomsolutions/Medical-Image-Classification",
|
44 |
+
title=None,
|
45 |
+
description="Medical Image Classification",
|
46 |
+
)
|
47 |
+
|
48 |
|
49 |
|
50 |
stt_demo = gr.Interface.load(
|
|
|
56 |
|
57 |
with gr.Blocks() as demo:
|
58 |
gr.Markdown("<h2>Welcome to Mushrooom Solutions - AI ML Showcase</h2>")
|
59 |
+
gr.TabbedInterface([vision_demo, sentiment_demo, anime_demo, Medical-Image-Classification_demo, chatgpt3_demo, tts_demo, stt_demo],
|
60 |
+
["Image Classification", "Sentiment Analysis", "Anime", "Medical Image Classification", "Chat GPT3", "Text-to-speech", "Speech-to-text"])
|
61 |
|
62 |
if __name__ == "__main__":
|
63 |
demo.launch()
|