Spaces:
Runtime error
Runtime error
Commit
·
96406e3
1
Parent(s):
a88159c
add example
Browse files
app.py
CHANGED
@@ -132,6 +132,8 @@ if __name__ == "__main__":
|
|
132 |
],
|
133 |
allow_flagging="never",
|
134 |
title=title,
|
|
|
|
|
135 |
description=description,
|
136 |
article=article,
|
137 |
)
|
|
|
132 |
],
|
133 |
allow_flagging="never",
|
134 |
title=title,
|
135 |
+
examples=[[None, "./audio.wav", "transcribe", False]],
|
136 |
+
cache_examples=False,
|
137 |
description=description,
|
138 |
article=article,
|
139 |
)
|