Spaces:
Running
Running
Yannael_LB
commited on
Commit
·
1c77c4b
1
Parent(s):
ea1af87
Update
Browse files
app.py
CHANGED
@@ -113,6 +113,7 @@ with gr.Blocks() as app:
|
|
113 |
|
114 |
gr.Markdown("## Get chapters")
|
115 |
|
|
|
116 |
gv_chapters = gr.State()
|
117 |
get_chapters_button = gr.Button("Get chapters")
|
118 |
output_chapters = gr.Textbox(label = "Chapters (JSON format)")
|
|
|
113 |
|
114 |
gr.Markdown("## Get chapters")
|
115 |
|
116 |
+
|
117 |
gv_chapters = gr.State()
|
118 |
get_chapters_button = gr.Button("Get chapters")
|
119 |
output_chapters = gr.Textbox(label = "Chapters (JSON format)")
|