slapula commited on
Commit
cb06d8f
·
verified ·
1 Parent(s): 00a87e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,7 +60,7 @@ mic_transcribe = gr.Interface(
60
  gr.inputs.Checkbox(default=False, label="Return timestamps"),
61
  ],
62
  outputs="text",
63
- layout="horizontal",
64
  theme="huggingface",
65
  title="Whisper Demo: Transcribe Audio",
66
  description=(
@@ -79,7 +79,7 @@ file_transcribe = gr.Interface(
79
  gr.inputs.Checkbox(default=False, label="Return timestamps"),
80
  ],
81
  outputs="text",
82
- layout="horizontal",
83
  theme="huggingface",
84
  title="Whisper Demo: Transcribe Audio",
85
  description=(
 
60
  gr.inputs.Checkbox(default=False, label="Return timestamps"),
61
  ],
62
  outputs="text",
63
+ layout="vertical",
64
  theme="huggingface",
65
  title="Whisper Demo: Transcribe Audio",
66
  description=(
 
79
  gr.inputs.Checkbox(default=False, label="Return timestamps"),
80
  ],
81
  outputs="text",
82
+ layout="vertical",
83
  theme="huggingface",
84
  title="Whisper Demo: Transcribe Audio",
85
  description=(