Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ def convert_to_text(audio_path : str) -> str:
|
|
| 8 |
|
| 9 |
|
| 10 |
audio_input = gr.components.Audio(type="filepath")
|
| 11 |
-
iface = gr.Interface(fn=convert_to_text, inputs=audio_input, outputs="text",title="
|
| 12 |
description="Sesi Yükleyin ve 'GONDER' düğmesine basın",
|
| 13 |
#theme='freddyaboulton/dracula_revamped'
|
| 14 |
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
audio_input = gr.components.Audio(type="filepath")
|
| 11 |
+
iface = gr.Interface(fn=convert_to_text, inputs=audio_input, outputs="text",title="Hepzeka.com | AUDIO - TEXT ",
|
| 12 |
description="Sesi Yükleyin ve 'GONDER' düğmesine basın",
|
| 13 |
#theme='freddyaboulton/dracula_revamped'
|
| 14 |
|