Spaces:
Running
Running
Update text_integration.py
Browse files- text_integration.py +1 -1
text_integration.py
CHANGED
|
@@ -273,4 +273,4 @@ def create_text_integration_section_i2i():
|
|
| 273 |
with gr.Row():
|
| 274 |
text_btn_i2i = gr.Button("📝 Text integrieren", variant="secondary")
|
| 275 |
|
| 276 |
-
return text_input_i2i, text_x_i2i, text_y_i2i, target_selector, text_btn_i2i
|
|
|
|
| 273 |
with gr.Row():
|
| 274 |
text_btn_i2i = gr.Button("📝 Text integrieren", variant="secondary")
|
| 275 |
|
| 276 |
+
return text_input_i2i, text_x_i2i, text_y_i2i, target_selector, text_btn_i2i
|