Rooni commited on
Commit
3b3f0ef
·
verified ·
1 Parent(s): 5d63686

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ footer {visibility: hidden !important;}
102
  """
103
 
104
  # Создаем интерфейс с помощью Gradio
105
- with gr.Blocks(css=css, theme='YTheme/KidsShool') as demo:
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")