Spaces:
Sleeping
Sleeping
Commit
·
3e26ef1
1
Parent(s):
92971a2
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def transcribe(audio,):
|
|
42 |
demo = gr.Interface(
|
43 |
transcribe,
|
44 |
gr.Audio(sources=["microphone"]),
|
45 |
-
gr.Textbox(label="Py_Transcription")
|
46 |
gr.Textbox(label="Time taken for Transcription")
|
47 |
)
|
48 |
|
|
|
42 |
demo = gr.Interface(
|
43 |
transcribe,
|
44 |
gr.Audio(sources=["microphone"]),
|
45 |
+
gr.Textbox(label="Py_Transcription"),
|
46 |
gr.Textbox(label="Time taken for Transcription")
|
47 |
)
|
48 |
|