sovitrath commited on
Commit
e0fa73b
1 Parent(s): d9e18fa

Tab name update

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -106,4 +106,7 @@ interface_video = gr.Interface(
106
  # live=True,
107
  )
108
  # interface_image.launch(debug=True, enable_queue=True)
109
- gr.TabbedInterface([interface_image, interface_video]).queue().launch()
 
 
 
 
106
  # live=True,
107
  )
108
  # interface_image.launch(debug=True, enable_queue=True)
109
+ gr.TabbedInterface(
110
+ [interface_image, interface_video],
111
+ tab_names=['Image inference', 'Video inference']
112
+ ).queue().launch()