Spaces:
Runtime error
Runtime error
AlekseyKorshuk
commited on
Commit
•
45c10bf
1
Parent(s):
fca01c1
Update app.py
Browse files
app.py
CHANGED
@@ -98,6 +98,6 @@ caption = (
|
|
98 |
st.markdown("`HuggingArtists` - Train a model to generate lyrics 🎵")
|
99 |
st.markdown(caption)
|
100 |
|
101 |
-
artist_name = st.
|
102 |
-
start = st.
|
103 |
|
|
|
98 |
st.markdown("`HuggingArtists` - Train a model to generate lyrics 🎵")
|
99 |
st.markdown(caption)
|
100 |
|
101 |
+
artist_name = st.text_input("Artist name", "Eminem")
|
102 |
+
start = st.text_input("Beginning of the song", "But for me to rap like a computer")
|
103 |
|