Spaces:
Runtime error
Runtime error
actually removing broken parts
Browse files
app.py
CHANGED
@@ -145,13 +145,13 @@ with block:
|
|
145 |
)
|
146 |
btn = gr.Button("Transcribe audio")
|
147 |
|
148 |
-
with gr.Row().style(mobile_collapse=False, equal_height=True):
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
|
156 |
text = gr.Textbox(show_label=False)
|
157 |
|
|
|
145 |
)
|
146 |
btn = gr.Button("Transcribe audio")
|
147 |
|
148 |
+
# with gr.Row().style(mobile_collapse=False, equal_height=True):
|
149 |
+
# file = gr.File(
|
150 |
+
# label="Input File",
|
151 |
+
# show_label=False,
|
152 |
+
# lines=200
|
153 |
+
# )
|
154 |
+
# btn_file = gr.Button("Transcribe encoded text")
|
155 |
|
156 |
text = gr.Textbox(show_label=False)
|
157 |
|