Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ css = """
|
|
105 |
footer {visibility: hidden !important;}
|
106 |
"""
|
107 |
# Создаем интерфейс с помощью Gradio
|
108 |
-
with gr.Blocks(css=css, theme='YTheme/
|
109 |
with gr.Row():
|
110 |
with gr.Column():
|
111 |
image_input = gr.Image(label="Фото", type="pil")
|
|
|
105 |
footer {visibility: hidden !important;}
|
106 |
"""
|
107 |
# Создаем интерфейс с помощью Gradio
|
108 |
+
with gr.Blocks(css=css, theme='YTheme/KidsShool') as demo:
|
109 |
with gr.Row():
|
110 |
with gr.Column():
|
111 |
image_input = gr.Image(label="Фото", type="pil")
|