ihsan66 commited on
Commit
d5d6be1
1 Parent(s): 3495fb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ def transcribe_audio(audio_file):
139
  return transcription
140
 
141
  Run_Button = st.button("Çalıştır", key=None)
142
- s# Metin giriş yöntemi
143
  st.subheader("Metin Giriş Yöntemi Seç")
144
  input_method = st.radio("", ('Metin Yaz veya Yapıştır', 'Ses Dosyası Yükle'), key="input_method_radio")
145
 
 
139
  return transcription
140
 
141
  Run_Button = st.button("Çalıştır", key=None)
142
+ # Metin giriş yöntemi
143
  st.subheader("Metin Giriş Yöntemi Seç")
144
  input_method = st.radio("", ('Metin Yaz veya Yapıştır', 'Ses Dosyası Yükle'), key="input_method_radio")
145