manasch commited on
Commit
bb2771f
1 Parent(s): fdb16fd

Update readme

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -21,8 +21,6 @@ tags:
21
 
22
  ### Usage
23
 
24
- Since this space is running on CPU, it is not possible to generate music in a reasonable time.
25
-
26
- To address this, we have provided a [python notebook](./notebooks/AudioPalette.ipynb) that handles the music generation part which can be run locally (if you have GPU) or elsewhere.
27
-
28
- This uses fastAPI to accept api requests and ngrok to expose the server. The same ngrok link needs to be pasted in the input box. (Make sure to include the trailing `/`).
 
21
 
22
  ### Usage
23
 
24
+ - Since this space is running on CPU, it is not possible to generate music in a reasonable time.
25
+ - To address this, we have provided a [python notebook](./notebooks/AudioPalette.ipynb) that handles the music generation part which can be run locally (if you have GPU) or elsewhere.
26
+ - This uses fastAPI to accept api requests and ngrok to expose the server. The same ngrok link needs to be pasted in the input box. (Make sure to include the trailing `/`).