init
Browse files- .app.py.swp +0 -0
- app.py +2 -2
.app.py.swp
ADDED
|
Binary file (16.4 kB). View file
|
|
|
app.py
CHANGED
|
@@ -91,7 +91,7 @@ mf_transcribe = gr.Interface(
|
|
| 91 |
title=title,
|
| 92 |
description=description,
|
| 93 |
allow_flagging="never",
|
| 94 |
-
examples=
|
| 95 |
)
|
| 96 |
file_transcribe = gr.Interface(
|
| 97 |
fn=transcribe,
|
|
@@ -103,7 +103,7 @@ file_transcribe = gr.Interface(
|
|
| 103 |
title=title,
|
| 104 |
description=description,
|
| 105 |
allow_flagging="never",
|
| 106 |
-
examples=
|
| 107 |
)
|
| 108 |
with demo:
|
| 109 |
gr.TabbedInterface([mf_transcribe, file_transcribe], ["Microphone", "Audio file"])
|
|
|
|
| 91 |
title=title,
|
| 92 |
description=description,
|
| 93 |
allow_flagging="never",
|
| 94 |
+
examples=EXAMPLE
|
| 95 |
)
|
| 96 |
file_transcribe = gr.Interface(
|
| 97 |
fn=transcribe,
|
|
|
|
| 103 |
title=title,
|
| 104 |
description=description,
|
| 105 |
allow_flagging="never",
|
| 106 |
+
examples=EXAMPLE
|
| 107 |
)
|
| 108 |
with demo:
|
| 109 |
gr.TabbedInterface([mf_transcribe, file_transcribe], ["Microphone", "Audio file"])
|