Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -243,7 +243,7 @@ css = """
|
|
| 243 |
}
|
| 244 |
"""
|
| 245 |
with gr.Blocks(css=css) as demo:
|
| 246 |
-
|
| 247 |
timestamps_var = gr.State()
|
| 248 |
with gr.Row():
|
| 249 |
with gr.Column():
|
|
|
|
| 243 |
}
|
| 244 |
"""
|
| 245 |
with gr.Blocks(css=css) as demo:
|
| 246 |
+
transcription_var = gr.State()
|
| 247 |
timestamps_var = gr.State()
|
| 248 |
with gr.Row():
|
| 249 |
with gr.Column():
|