Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ navigator.mediaDevices.getUserMedia({ audio: true })
|
|
56 |
components.html(audio_recorder_html, height=300)
|
57 |
|
58 |
# Retrieve the audio data from the component (if available)
|
59 |
-
audio_data = st.
|
60 |
|
61 |
|
62 |
def audio_callback(frame):
|
|
|
56 |
components.html(audio_recorder_html, height=300)
|
57 |
|
58 |
# Retrieve the audio data from the component (if available)
|
59 |
+
audio_data = st.get_query_params().get("value")
|
60 |
|
61 |
|
62 |
def audio_callback(frame):
|