Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,6 @@ st.info("Funktioniert auf Hugging Face Spaces!")
|
|
47 |
|
48 |
audio_bytes = st.audio_input(
|
49 |
"Oder sprechen Sie jetzt:",
|
50 |
-
type="wav"
|
51 |
)
|
52 |
|
53 |
if audio_bytes:
|
|
|
47 |
|
48 |
audio_bytes = st.audio_input(
|
49 |
"Oder sprechen Sie jetzt:",
|
|
|
50 |
)
|
51 |
|
52 |
if audio_bytes:
|