Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ input_component_2=[
|
|
63 |
seed_slider,
|
64 |
upscale_dropdown,
|
65 |
]
|
66 |
-
tabs = gr.Tab([input_component_1, input_component_2],
|
67 |
|
68 |
# Создаем интерфейс
|
69 |
iface = gr.Interface(
|
|
|
63 |
seed_slider,
|
64 |
upscale_dropdown,
|
65 |
]
|
66 |
+
tabs = gr.Tab([input_component_1, input_component_2], ["Базовые настройки", "Расширенные настройки"])
|
67 |
|
68 |
# Создаем интерфейс
|
69 |
iface = gr.Interface(
|