Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def process_audio(audio_bytes):
|
|
43 |
# Streamlit UI
|
44 |
st.title("🎤 Audio Transkription")
|
45 |
st.info("Funktioniert auf Hugging Face Spaces!")
|
46 |
-
|
47 |
|
48 |
audio_bytes = st.audio_input(
|
49 |
"Oder sprechen Sie jetzt:",
|
|
|
43 |
# Streamlit UI
|
44 |
st.title("🎤 Audio Transkription")
|
45 |
st.info("Funktioniert auf Hugging Face Spaces!")
|
46 |
+
sr_outputs = st.text
|
47 |
|
48 |
audio_bytes = st.audio_input(
|
49 |
"Oder sprechen Sie jetzt:",
|