rosebe commited on
Commit
eceaf18
·
1 Parent(s): a28d86d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ vid_interface = gr.Interface(
107
  # )
108
 
109
  # Create a list of interfaces
110
- interfaces = [img_interface, examples1, vid_interface]
111
 
112
  # Create the tabbed interface
113
  tabbed_interface = gr.TabbedInterface(interfaces, ["Image", "Video"])
 
107
  # )
108
 
109
  # Create a list of interfaces
110
+ interfaces = [img_interface, vid_interface]
111
 
112
  # Create the tabbed interface
113
  tabbed_interface = gr.TabbedInterface(interfaces, ["Image", "Video"])