brurei commited on
Commit
584785c
1 Parent(s): 329843d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -181,7 +181,7 @@ with gr.Blocks(css=css) as demo:
181
 
182
 
183
  # clear = gr.Button("Limpar Conversa")
184
- # gr.Audio(source="microphone", type="filepath",label="ESTÁ COM DIFICULDADES EM ESCREVER? CLIQUE E ME DIGA O QUE DESEJA")
185
  def respond(message, chat_history):
186
  chat_history.append((message, chat(message)))
187
  time.sleep(1)
 
181
 
182
 
183
  # clear = gr.Button("Limpar Conversa")
184
+ gr.Audio(source="microphone", type="filepath",label="ESTÁ COM DIFICULDADES EM ESCREVER? CLIQUE E ME DIGA O QUE DESEJA")
185
  def respond(message, chat_history):
186
  chat_history.append((message, chat(message)))
187
  time.sleep(1)