Rooni commited on
Commit
464f608
1 Parent(s): ee3fd4c

Update app.py

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