Update app.py
Browse files
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 |
-
|
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 |
|