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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +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.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
 
 
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
  prompt = st.text_input("Enter prompt and generate track", placeholder="Eg. Nice holiday love melody")
16
  generate_btn = st.button("✨ Generate")
17