Isidorophp commited on
Commit
4003a4b
·
verified ·
1 Parent(s): c009a95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks(gr.themes.Origin()) as demo:
113
 
114
  with gr.Tab("Write to Hermione", scale=1):
115
  with gr.Row(variant = "panel" , scale=2):
116
- user_voice = gr.Dropdown(choices=list(Female_language_dict.keys()), value="English (UK)-Maisie- (Female)" , label="Select Voice for Hermione", scale=1)
117
  user_input = gr.TextArea(label="Your Question", scale=1, value="If there is any spell to encapsulate you as a piece of the cog, where Hermione is to everyone's favorite magical trio, it has to be...?")
118
  output_audio = gr.Audio(label="Hermione's Response", type="filepath", interactive=False, autoplay=True, scale=2, elem_classes="audio")
119
  with gr.Row(scale=2):
 
113
 
114
  with gr.Tab("Write to Hermione", scale=1):
115
  with gr.Row(variant = "panel" , scale=2):
116
+ user_voice = gr.Dropdown(choices=list(Female_language_dict.keys()), value="English (UK)-Maisie- (Female)" , label="Select Voice for Hermione")
117
  user_input = gr.TextArea(label="Your Question", scale=1, value="If there is any spell to encapsulate you as a piece of the cog, where Hermione is to everyone's favorite magical trio, it has to be...?")
118
  output_audio = gr.Audio(label="Hermione's Response", type="filepath", interactive=False, autoplay=True, scale=2, elem_classes="audio")
119
  with gr.Row(scale=2):