Spaces:
Sleeping
Sleeping
reading_passage_text_to_latex
Browse files
app.py
CHANGED
@@ -2836,11 +2836,11 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
|
|
2836 |
# web_link.change(process_web_link, inputs=web_link, outputs=[btn_1, btn_2, btn_3, df_summarise, df_string_output])
|
2837 |
|
2838 |
# reading_passage event
|
2839 |
-
reading_passage_text_to_latex.click(
|
2840 |
-
|
2841 |
-
|
2842 |
-
|
2843 |
-
)
|
2844 |
reading_passage_get_button.click(
|
2845 |
get_LLM_content,
|
2846 |
inputs=[video_id, reading_passage_kind],
|
@@ -2868,11 +2868,11 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
|
|
2868 |
)
|
2869 |
|
2870 |
# summary event
|
2871 |
-
summary_to_markdown.click(
|
2872 |
-
|
2873 |
-
|
2874 |
-
|
2875 |
-
)
|
2876 |
summary_get_button.click(
|
2877 |
get_LLM_content,
|
2878 |
inputs=[video_id, summary_kind],
|
|
|
2836 |
# web_link.change(process_web_link, inputs=web_link, outputs=[btn_1, btn_2, btn_3, df_summarise, df_string_output])
|
2837 |
|
2838 |
# reading_passage event
|
2839 |
+
# reading_passage_text_to_latex.click(
|
2840 |
+
# reading_passage_add_latex_version,
|
2841 |
+
# inputs=[video_id],
|
2842 |
+
# outputs=[reading_passage_text]
|
2843 |
+
# )
|
2844 |
reading_passage_get_button.click(
|
2845 |
get_LLM_content,
|
2846 |
inputs=[video_id, reading_passage_kind],
|
|
|
2868 |
)
|
2869 |
|
2870 |
# summary event
|
2871 |
+
# summary_to_markdown.click(
|
2872 |
+
# summary_add_markdown_version,
|
2873 |
+
# inputs=[video_id],
|
2874 |
+
# outputs=[summary_text]
|
2875 |
+
# )
|
2876 |
summary_get_button.click(
|
2877 |
get_LLM_content,
|
2878 |
inputs=[video_id, summary_kind],
|