Update app.py
Browse files
app.py
CHANGED
|
@@ -168,7 +168,7 @@ def build_interface():
|
|
| 168 |
|
| 169 |
submit_button.click(upload_and_manage,
|
| 170 |
inputs=[file_input, platform_input, language_input],
|
| 171 |
-
outputs=[post_output, transcription_output,
|
| 172 |
|
| 173 |
with gr.Tab("Analytics Dashboard"):
|
| 174 |
gr.Markdown("## Content Performance Analytics")
|
|
|
|
| 168 |
|
| 169 |
submit_button.click(upload_and_manage,
|
| 170 |
inputs=[file_input, platform_input, language_input],
|
| 171 |
+
outputs=[post_output, transcription_output, translated_output, gr.State()])
|
| 172 |
|
| 173 |
with gr.Tab("Analytics Dashboard"):
|
| 174 |
gr.Markdown("## Content Performance Analytics")
|