ghostai1 commited on
Commit
4bc8fbd
·
verified ·
1 Parent(s): a9155ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -40,6 +40,32 @@ UPDATE FOUND HERE * https://huggingface.co/ghostai1/GHOSTSONAFB/blob/main/STABLE
40
  ]}' \
41
  | awk -F'"' '{ print $4}' \
42
  | read EVENT_ID; curl -N https://533d9ec43354159938.gradio.live/call/set_red_hot_chili_peppers_prompt/$EVENT_ID
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ```
44
 
45
 
 
40
  ]}' \
41
  | awk -F'"' '{ print $4}' \
42
  | read EVENT_ID; curl -N https://533d9ec43354159938.gradio.live/call/set_red_hot_chili_peppers_prompt/$EVENT_ID
43
+
44
+
45
+ gen music endpoint
46
+ api_name: /generate_music_wrapper
47
+
48
+ curl -X POST https://533d9ec43354159938.gradio.live/call/generate_music_wrapper -s -H "Content-Type: application/json" -d '{
49
+ "data": [
50
+ "Hello!!",
51
+ 1,
52
+ 10,
53
+ 0,
54
+ 0.1,
55
+ "30",
56
+ 60,
57
+ "none",
58
+ "none",
59
+ "none",
60
+ "none",
61
+ "none",
62
+ -30,
63
+ "default",
64
+ "1000",
65
+ "Hello!!"
66
+ ]}' \
67
+ | awk -F'"' '{ print $4}' \
68
+ | read EVENT_ID; curl -N https://533d9ec43354159938.gradio.live/call/generate_music_wrapper/$EVENT_ID
69
  ```
70
 
71