Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ with demo:
|
|
82 |
["Sad frown", "custom BERT"],
|
83 |
]
|
84 |
)
|
85 |
-
with gr.TabItem("
|
86 |
gr.Markdown("A more complex demo showing a plot and two outputs")
|
87 |
interface = gr.Interface(
|
88 |
plot,
|
|
|
82 |
["Sad frown", "custom BERT"],
|
83 |
]
|
84 |
)
|
85 |
+
with gr.TabItem("Image Output"):
|
86 |
gr.Markdown("A more complex demo showing a plot and two outputs")
|
87 |
interface = gr.Interface(
|
88 |
plot,
|