Update app.py
Browse files
app.py
CHANGED
|
@@ -253,7 +253,7 @@ def build_interface():
|
|
| 253 |
# platform_input = gr.Dropdown(["YouTube", "Instagram"], label="Select Platform")
|
| 254 |
language_input = gr.Dropdown(["en", "es", "fr", "zh"], label="Select Language") # Language codes
|
| 255 |
submit_button = gr.Button("Post and Process")
|
| 256 |
-
editable_translations = gr.
|
| 257 |
|
| 258 |
with gr.Column(scale=5):
|
| 259 |
|
|
|
|
| 253 |
# platform_input = gr.Dropdown(["YouTube", "Instagram"], label="Select Platform")
|
| 254 |
language_input = gr.Dropdown(["en", "es", "fr", "zh"], label="Select Language") # Language codes
|
| 255 |
submit_button = gr.Button("Post and Process")
|
| 256 |
+
editable_translations = gr.State(value=[])
|
| 257 |
|
| 258 |
with gr.Column(scale=5):
|
| 259 |
|