SefyanKehail commited on
Commit
f464716
·
1 Parent(s): c4f5400

added microphone recording and uploading event listener final

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -262,7 +262,7 @@ def recording_info():
262
 
263
  def stop_recording_info(audio):
264
  if audio is None:
265
- return gr.update(value="### <i style='color:yellow'>Recording and uploading...</i>", visible=True)
266
  return gr.update(value="", visible=False)
267
 
268
  def get_gui(theme):
 
262
 
263
  def stop_recording_info(audio):
264
  if audio is None:
265
+ return gr.update(value="### <i style='color:yellow'>Recording and uploading, please wait ...</i>", visible=True)
266
  return gr.update(value="", visible=False)
267
 
268
  def get_gui(theme):