Yusin commited on
Commit
8752186
1 Parent(s): ff44154

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks() as blocks:
74
  + title
75
  + "</h1>")
76
  #gr.Markdown(description)
77
- with gr.Row():# equal_height=False
78
  with gr.Column():# variant="panel"
79
  audio_file = gr.inputs.Audio(source="microphone", type="filepath")
80
  custom_token = gr.Textbox(label='If it fails, use your own session token', placeholder="your own session token")
 
74
  + title
75
  + "</h1>")
76
  #gr.Markdown(description)
77
+ with gr.Row(equal_height=True):# equal_height=False
78
  with gr.Column():# variant="panel"
79
  audio_file = gr.inputs.Audio(source="microphone", type="filepath")
80
  custom_token = gr.Textbox(label='If it fails, use your own session token', placeholder="your own session token")