Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def transcribe(file):
|
|
15 |
|
16 |
|
17 |
with gr.Blocks() as demo:
|
18 |
-
|
19 |
|
20 |
with gr.Row():
|
21 |
with gr.Column():
|
|
|
15 |
|
16 |
|
17 |
with gr.Blocks() as demo:
|
18 |
+
# state_var = gr.State("")
|
19 |
|
20 |
with gr.Row():
|
21 |
with gr.Column():
|