Spaces:
Running
Running
Update app.py
Browse files
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("#
|
124 |
-
gr.Markdown("
|
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("
|
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(
|