Kvikontent commited on
Commit
5792712
1 Parent(s): b01556f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -11,8 +11,7 @@ API_URL = "https://api-inference.huggingface.co/models/facebook/musicgen-medium"
11
  API_URL_IMG = "https://api-inference.huggingface.co/models/goofyai/3d_render_style_xl"
12
  headers = {"Authorization": f"Bearer {api_token}"}
13
  st.title("✨ AI Tracks Generator")
14
- st.write("Generate audio, cover and title for your track using ai tools!")
15
- st.divider("rainbow")
16
  prompt = st.text_input("Enter prompt and generate track", placeholder="Eg. Nice holiday love melody")
17
  generate_btn = st.button("✨ Generate")
18
 
 
11
  API_URL_IMG = "https://api-inference.huggingface.co/models/goofyai/3d_render_style_xl"
12
  headers = {"Authorization": f"Bearer {api_token}"}
13
  st.title("✨ AI Tracks Generator")
14
+ st.markdown(":rainbow:[Generate audio, cover and title for your track using ai tools!]")
 
15
  prompt = st.text_input("Enter prompt and generate track", placeholder="Eg. Nice holiday love melody")
16
  generate_btn = st.button("✨ Generate")
17