lbiester commited on
Commit
7983b2f
·
verified ·
1 Parent(s): 6b832b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ with demo:
82
  ["Sad frown", "custom BERT"],
83
  ]
84
  )
85
- with gr.TabItem("Multiple Inputs"):
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,