Spaces:
Runtime error
Runtime error
raghuram13
commited on
Commit
•
2b2df07
1
Parent(s):
d93e298
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,15 @@ sentiment_demo = gr.Interface.load(
|
|
39 |
description="Amazon Reviews",
|
40 |
)
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
Medical_Image_Classification_demo = gr.Interface.load(
|
43 |
"spaces/mushroomsolutions/Medical-Image-Classification",
|
44 |
title=None,
|
@@ -47,12 +56,7 @@ Medical_Image_Classification_demo = gr.Interface.load(
|
|
47 |
|
48 |
|
49 |
|
50 |
-
|
51 |
-
"huggingface/facebook/wav2vec2-base-960h",
|
52 |
-
title=None,
|
53 |
-
inputs="mic",
|
54 |
-
description="Let me try to guess what you're saying!",
|
55 |
-
)
|
56 |
|
57 |
with gr.Blocks() as demo:
|
58 |
gr.Markdown("<h2>Welcome to Mushrooom Solutions - AI ML Showcase</h2>")
|
|
|
39 |
description="Amazon Reviews",
|
40 |
)
|
41 |
|
42 |
+
|
43 |
+
stt_demo = gr.Interface.load(
|
44 |
+
"huggingface/facebook/wav2vec2-base-960h",
|
45 |
+
title=None,
|
46 |
+
inputs="mic",
|
47 |
+
description="Let me try to guess what you're saying!",
|
48 |
+
)
|
49 |
+
|
50 |
+
|
51 |
Medical_Image_Classification_demo = gr.Interface.load(
|
52 |
"spaces/mushroomsolutions/Medical-Image-Classification",
|
53 |
title=None,
|
|
|
56 |
|
57 |
|
58 |
|
59 |
+
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
with gr.Blocks() as demo:
|
62 |
gr.Markdown("<h2>Welcome to Mushrooom Solutions - AI ML Showcase</h2>")
|