Skip to content

Commit

Permalink
Merge pull request #205 from GooeyAI/asr_filetype_support
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy authored Nov 12, 2023
2 parents 0485670 + e349e54 commit 2aef351
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions recipes/asr.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,7 @@ def related_workflows(self) -> list:
def render_form_v2(self):
document_uploader(
"##### Audio Files",
accept=(
".wav",
".ogg",
".mp3",
".aac",
".opus",
".oga",
".mp4",
".webm",
".amr",
".aac",
".m4a",
),
accept=("audio/*", "video/*", "application/octet-stream"),
)
col1, col2 = st.columns(2, responsive=False)
with col1:
Expand Down

0 comments on commit 2aef351

Please sign in to comment.