Spaces:
Build error
Build error
Commit ·
988a76d
1
Parent(s): 66f15df
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,11 +20,7 @@ image_classification = pipeline("image-classification")
|
|
| 20 |
|
| 21 |
# Create the tabbed interface
|
| 22 |
demo = gr.TabbedInterface([tts_demo, stt_demo, gr.Interface.from_pipeline(image_classification)], ["Paint", "Text", "Image"])
|
| 23 |
-
|
| 24 |
-
body{
|
| 25 |
-
background-color: grey
|
| 26 |
-
}
|
| 27 |
-
"""
|
| 28 |
|
| 29 |
# Launch the interface
|
| 30 |
demo.launch()
|
|
|
|
| 20 |
|
| 21 |
# Create the tabbed interface
|
| 22 |
demo = gr.TabbedInterface([tts_demo, stt_demo, gr.Interface.from_pipeline(image_classification)], ["Paint", "Text", "Image"])
|
| 23 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
# Launch the interface
|
| 26 |
demo.launch()
|