James Edmunds commited on
Commit ·
40c5feb
1
Parent(s): 80641ea
MAJOR CHECKPOINT. Local and HF working. HF set to public.
Browse files
app.py
CHANGED
|
@@ -66,12 +66,12 @@ def initialize_generator():
|
|
| 66 |
def main():
|
| 67 |
"""Main application function"""
|
| 68 |
st.set_page_config(
|
| 69 |
-
page_title="SongLift
|
| 70 |
page_icon="🎵",
|
| 71 |
layout="wide"
|
| 72 |
)
|
| 73 |
|
| 74 |
-
st.title("SongLift LyrGen2
|
| 75 |
|
| 76 |
# Only run startup once per session
|
| 77 |
if 'initialized' not in st.session_state:
|
|
|
|
| 66 |
def main():
|
| 67 |
"""Main application function"""
|
| 68 |
st.set_page_config(
|
| 69 |
+
page_title="SongLift LyrGen2",
|
| 70 |
page_icon="🎵",
|
| 71 |
layout="wide"
|
| 72 |
)
|
| 73 |
|
| 74 |
+
st.title("SongLift LyrGen2")
|
| 75 |
|
| 76 |
# Only run startup once per session
|
| 77 |
if 'initialized' not in st.session_state:
|