Spaces:
Build error
Build error
Commit ·
365476b
1
Parent(s): ec31743
rm source
Browse files
app.py
CHANGED
|
@@ -102,9 +102,7 @@ with gr.Blocks(
|
|
| 102 |
|
| 103 |
with gr.Row():
|
| 104 |
with gr.Column():
|
| 105 |
-
audio_input = gr.Audio(
|
| 106 |
-
source="microphone", type="filepath", label="🎙️ Rekam Suara"
|
| 107 |
-
)
|
| 108 |
transcribe_button = gr.Button("🎧 Tulis Rekam Medis")
|
| 109 |
|
| 110 |
with gr.Column():
|
|
|
|
| 102 |
|
| 103 |
with gr.Row():
|
| 104 |
with gr.Column():
|
| 105 |
+
audio_input = gr.Audio("microphone", type="filepath", label="🎙️ Rekam Suara")
|
|
|
|
|
|
|
| 106 |
transcribe_button = gr.Button("🎧 Tulis Rekam Medis")
|
| 107 |
|
| 108 |
with gr.Column():
|