Skip to content

Commit

Permalink
Merge pull request facebookresearch#355 from jamesonwilliams/bump-to-…
Browse files Browse the repository at this point in the history
…spaCy-3.6.1
  • Loading branch information
felixkreuk committed Nov 27, 2023
2 parents 95f2747 + d632b14 commit f83babf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/musicgen_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def ui_full(launch_kwargs):
with gr.Column():
radio = gr.Radio(["file", "mic"], value="file",
label="Condition on a melody (optional) File or Mic")
melody = gr.Audio(source="upload", type="numpy", label="File",
melody = gr.Audio(sources=["upload"], type="numpy", label="File",
interactive=True, elem_id="melody-input")
with gr.Row():
submit = gr.Button("Submit")
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ julius
num2words
numpy
sentencepiece
spacy==3.5.2
spacy>=3.6.1
torch==2.1.0
torchaudio>=2.0.0
huggingface_hub
Expand Down

0 comments on commit f83babf

Please sign in to comment.