Spaces:
Sleeping
Sleeping
Samuel L Meyers
commited on
Commit
·
fbfb629
1
Parent(s):
5ab9c18
Change interface id
Browse files
app.py
CHANGED
@@ -111,6 +111,7 @@ def main():
|
|
111 |
mf_transcribe = gr.Interface(
|
112 |
transcribe_stt,
|
113 |
gr.Audio(source="microphone", type="filepath"),
|
|
|
114 |
outputs="text",
|
115 |
title="Transcribe",
|
116 |
description=(
|
|
|
111 |
mf_transcribe = gr.Interface(
|
112 |
transcribe_stt,
|
113 |
gr.Audio(source="microphone", type="filepath"),
|
114 |
+
id=10107,
|
115 |
outputs="text",
|
116 |
title="Transcribe",
|
117 |
description=(
|