Update app.py
Browse files
app.py
CHANGED
@@ -151,4 +151,4 @@ interfaces = [create_interface(i) for i in range(1, 12)]
|
|
151 |
interface = gr.TabbedInterface(interfaces, tab_names=[f"Shelf {i}" for i in range(1, 12)])
|
152 |
|
153 |
# Launch the combined interface
|
154 |
-
interface.launch(debug=True)
|
|
|
151 |
interface = gr.TabbedInterface(interfaces, tab_names=[f"Shelf {i}" for i in range(1, 12)])
|
152 |
|
153 |
# Launch the combined interface
|
154 |
+
interface.launch(debug=True, auth=("2660", "2660"))
|