Spaces:
Sleeping
Sleeping
Use file as both input types
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def yt_transcribe(yt_url):
|
|
67 |
|
68 |
demo = gr.Blocks()
|
69 |
|
70 |
-
examples=[[
|
71 |
# examples=["example-1.wav"]
|
72 |
|
73 |
mf_transcribe = gr.Interface(
|
|
|
67 |
|
68 |
demo = gr.Blocks()
|
69 |
|
70 |
+
examples=[["example-1.wav", "example-1.wav"],["example-2.wav", "example-2.wav"]]
|
71 |
# examples=["example-1.wav"]
|
72 |
|
73 |
mf_transcribe = gr.Interface(
|