rosebe commited on
Commit
d96de4d
·
1 Parent(s): ffda696

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ vid_interface = gr.Interface(
100
  examples1 = ['plastic_bottles1.jpg']
101
 
102
  # Create a list of interfaces
103
- interfaces = [img_interface, examples1, vid_interface, examples2]
104
 
105
  # Create the tabbed interface
106
  tabbed_interface = gr.TabbedInterface(interfaces, ["Image", "Video"])
 
100
  examples1 = ['plastic_bottles1.jpg']
101
 
102
  # Create a list of interfaces
103
+ interfaces = [img_interface, examples1, vid_interface]
104
 
105
  # Create the tabbed interface
106
  tabbed_interface = gr.TabbedInterface(interfaces, ["Image", "Video"])