Auto-submit the whisper extension transcription
This commit is contained in:
parent
1dc464dcb0
commit
5543a5089d
3 changed files with 19 additions and 24 deletions
|
@ -330,7 +330,7 @@ def create_interface():
|
|||
shared.gradio['display'] = gr.HTML(value=chat_html_wrapper(shared.history['visible'], shared.settings['name1'], shared.settings['name2'], 'cai-chat'))
|
||||
shared.gradio['textbox'] = gr.Textbox(label='Input')
|
||||
with gr.Row():
|
||||
shared.gradio['Generate'] = gr.Button('Generate')
|
||||
shared.gradio['Generate'] = gr.Button('Generate', elem_id='Generate')
|
||||
shared.gradio['Stop'] = gr.Button('Stop', elem_id="stop")
|
||||
with gr.Row():
|
||||
shared.gradio['Impersonate'] = gr.Button('Impersonate')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue