Merge branch 'main' of hf.co:spaces/chaseharmon/Rap-Verse-Generation-Demo
Browse files
app.py
CHANGED
@@ -5,4 +5,4 @@ st.header("Supported Artists")
|
|
5 |
st.write("Lupe Fiasco, Common, Jay-Z, Yasiin Bey, Ab-Soul, Rakim")
|
6 |
|
7 |
prompt = st.chat_input("Write a verse in the style of Lupe Fiasco")
|
8 |
-
st.write(prompt)
|
|
|
5 |
st.write("Lupe Fiasco, Common, Jay-Z, Yasiin Bey, Ab-Soul, Rakim")
|
6 |
|
7 |
prompt = st.chat_input("Write a verse in the style of Lupe Fiasco")
|
8 |
+
st.write(prompt)
|