aliosha commited on
Commit
fa5d697
1 Parent(s): ef73c03

actually removing broken parts

Browse files
Files changed (1) hide show
  1. app.py +7 -7
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
- 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
 
 
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