Spaces:
Sleeping
Sleeping
simple_html_content = gr.HTML(label="Simple Transcript")
Browse files
app.py
CHANGED
@@ -870,7 +870,7 @@ with gr.Blocks() as demo:
|
|
870 |
prev_button.click(fn=prev_slide, inputs=[], outputs=[slide_image, slide_text])
|
871 |
next_button.click(fn=next_slide, inputs=[], outputs=[slide_image, slide_text])
|
872 |
with gr.Tab("逐字稿"):
|
873 |
-
simple_html_content = gr.HTML(label="Simple Transcript"
|
874 |
with gr.Tab("本文"):
|
875 |
df_string_output = gr.Textbox(lines=40, label="Data Text")
|
876 |
with gr.Tab("重點"):
|
|
|
870 |
prev_button.click(fn=prev_slide, inputs=[], outputs=[slide_image, slide_text])
|
871 |
next_button.click(fn=next_slide, inputs=[], outputs=[slide_image, slide_text])
|
872 |
with gr.Tab("逐字稿"):
|
873 |
+
simple_html_content = gr.HTML(label="Simple Transcript")
|
874 |
with gr.Tab("本文"):
|
875 |
df_string_output = gr.Textbox(lines=40, label="Data Text")
|
876 |
with gr.Tab("重點"):
|