jadechoghari commited on
Commit
eb26dea
1 Parent(s): b6cde67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -8
README.md CHANGED
@@ -22,12 +22,6 @@ With a masked diffusion transformer (MDT), QADMT delivers SOTA results on MusicC
22
  ```python
23
  from qa_mdt.pipeline import MOSDiffusionPipeline
24
 
25
- pipe = MOSDiffusionPipeline(
26
- config_yaml="qa_mdt/audioldm_train/config/mos_as_token/qa_mdt.yaml",
27
- list_inference="qa_mdt/test_prompts/good_prompts_1.lst",
28
- reload_from_ckpt="qamdt/checkpoints/checkpoint_389999.ckpt",
29
- base_folder=None
30
- )
31
-
32
- pipe()
33
  ```
 
22
  ```python
23
  from qa_mdt.pipeline import MOSDiffusionPipeline
24
 
25
+ pipe = MOSDiffusionPipeline()
26
+ pipe("A modern synthesizer creating futuristic soundscapes.")
 
 
 
 
 
 
27
  ```