Andrei Shadrikov commited on
Commit ·
5818e91
1
Parent(s): 9fc3c5a
themes
Browse files
app.py
CHANGED
|
@@ -110,4 +110,4 @@ tabbed_interface = gr.TabbedInterface(
|
|
| 110 |
# description="Choose a tab to perform the desired task."
|
| 111 |
)
|
| 112 |
|
| 113 |
-
tabbed_interface.launch()
|
|
|
|
| 110 |
# description="Choose a tab to perform the desired task."
|
| 111 |
)
|
| 112 |
|
| 113 |
+
tabbed_interface.launch(show_api=False, max_threads=8, custom_css=None)
|