Greff3 commited on
Commit
701819f
1 Parent(s): 69751c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -120,8 +120,8 @@ def add_text_to_image(
120
  # Create the Gradio interface
121
  def create_interface():
122
  with gr.Blocks() as app:
123
- gr.Markdown("# Add Text Behind Image")
124
- gr.Markdown("Upload an image and customize text properties to add text overlay.")
125
 
126
  with gr.Row():
127
  with gr.Column():
@@ -149,7 +149,7 @@ def create_interface():
149
  output_image = gr.Image(label="Output Image")
150
 
151
  # Process button
152
- process_btn = gr.Button("Add Text to Image")
153
 
154
  # Connect the input components to the processing function
155
  process_btn.click(
 
120
  # Create the Gradio interface
121
  def create_interface():
122
  with gr.Blocks() as app:
123
+ gr.Markdown("# Добавить текст на фоне за изображением с помощью ИИ")
124
+ gr.Markdown("Загрузите изображение и настройте свойства и расположение текста, чтобы добавить текстовое наложение на фоне.")
125
 
126
  with gr.Row():
127
  with gr.Column():
 
149
  output_image = gr.Image(label="Output Image")
150
 
151
  # Process button
152
+ process_btn = gr.Button("Добавить Текст на Фоне")
153
 
154
  # Connect the input components to the processing function
155
  process_btn.click(