mgokg commited on
Commit
32ec34c
·
verified ·
1 Parent(s): 9a743c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:",