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