dlflannery commited on
Commit
d5270ef
·
verified ·
1 Parent(s): 777c763

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -153,6 +153,8 @@ with gr.Blocks() as demo:
153
  model = gr.State("gpt-4o-mini")
154
  gr.Markdown('# GPT Chat')
155
  gr.Markdown('Enter user name & password then enter prompt and click submit button. Restart conversation if topic changes')
 
 
156
  # heading = gr.Label(value="GPT Chat", scale=2, color="Crimson" )
157
  with gr.Row():
158
  user_window = gr.Textbox(label = "User Name")
 
153
  model = gr.State("gpt-4o-mini")
154
  gr.Markdown('# GPT Chat')
155
  gr.Markdown('Enter user name & password then enter prompt and click submit button. Restart conversation if topic changes')
156
+ gr.Markdown('You can enter prompts by voice. Tap Record, speak, then tap Stop.' +
157
+ ' Tap "Reset Voice Entry", to enter more voice. Note: first voice response takes a long time.')
158
  # heading = gr.Label(value="GPT Chat", scale=2, color="Crimson" )
159
  with gr.Row():
160
  user_window = gr.Textbox(label = "User Name")