Spaces:
Sleeping
Sleeping
SefyanKehail
commited on
Commit
·
f464716
1
Parent(s):
c4f5400
added microphone recording and uploading event listener final
Browse files
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):
|