Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def main():
|
|
73 |
transcription_var = gr.Textbox(
|
74 |
type="text",
|
75 |
label="Transcription",
|
76 |
-
|
77 |
)
|
78 |
|
79 |
with gr.Row():
|
|
|
73 |
transcription_var = gr.Textbox(
|
74 |
type="text",
|
75 |
label="Transcription",
|
76 |
+
interactive=False # Updated here
|
77 |
)
|
78 |
|
79 |
with gr.Row():
|