gfhayworth commited on
Commit
f8b6044
1 Parent(s): 272ec4b

Update app.py

Browse files

tweak UI to remove some unnecessary things

Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -639,11 +639,11 @@ with gr.Blocks(css=CSS) as block:
639
  with gr.Row():
640
  with gr.Column():
641
  gr.HTML(
642
- """<b><center>GPT + Whisper + Polly + Personalized + Multi-lingual + Empathetic + Agent: Human Care Humana.</center></b>
643
- <p><center>New feature in <b>Translate to</b>: Choose <b>Language level</b> (e.g. for conversation practice or explain like I'm five)</center></p>""")
644
 
645
- openai_api_key_textbox = gr.Textbox(placeholder="Paste your OpenAI API key (sk-...)",
646
- show_label=False, lines=1, type='password')
647
  with gr.Row():
648
  with gr.Column(scale=1, min_width=TALKING_HEAD_WIDTH, visible=True):
649
  speak_text_cb = gr.Checkbox(label="Enable speech", value=True)
 
639
  with gr.Row():
640
  with gr.Column():
641
  gr.HTML(
642
+ """<b><center>Personalized + Multi-lingual + Empathetic + Agent: Human Care Humana.</center></b>
643
+ <p><center>In <b>Translate to</b>: Choose <b>Language level</b> (e.g. for conversation practice or explain like I'm five)</center></p>""")
644
 
645
+ # openai_api_key_textbox = gr.Textbox(placeholder="Paste your OpenAI API key (sk-...)",
646
+ # show_label=False, lines=1, type='password')
647
  with gr.Row():
648
  with gr.Column(scale=1, min_width=TALKING_HEAD_WIDTH, visible=True):
649
  speak_text_cb = gr.Checkbox(label="Enable speech", value=True)