Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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"])
|