Chaning the name to TulipAI Soundscapes
Browse files
app.py
CHANGED
@@ -947,10 +947,10 @@ def toggle_audio_src(choice):
|
|
947 |
|
948 |
|
949 |
def ui_full(launch_kwargs):
|
950 |
-
with gr.Blocks(title='
|
951 |
gr.Markdown(
|
952 |
"""
|
953 |
-
#
|
954 |
|
955 |
### An All-in-One AudioCraft WebUI
|
956 |
|
@@ -1459,7 +1459,12 @@ def ui_full(launch_kwargs):
|
|
1459 |
gr.Markdown(
|
1460 |
"""
|
1461 |
## Changelog:
|
|
|
|
|
|
|
|
|
1462 |
|
|
|
1463 |
### v2.0.0a
|
1464 |
|
1465 |
- Forgot to move all the update to app.py from temp2.py... oops
|
|
|
947 |
|
948 |
|
949 |
def ui_full(launch_kwargs):
|
950 |
+
with gr.Blocks(title='TulipAI Soundscapes', theme=theme) as interface:
|
951 |
gr.Markdown(
|
952 |
"""
|
953 |
+
# TulipAI Soundscapes
|
954 |
|
955 |
### An All-in-One AudioCraft WebUI
|
956 |
|
|
|
1459 |
gr.Markdown(
|
1460 |
"""
|
1461 |
## Changelog:
|
1462 |
+
|
1463 |
+
|
1464 |
+
## v3.0.0
|
1465 |
+
- Changed the name from AudioCraft Plus to TulipAI Soundscapes
|
1466 |
|
1467 |
+
|
1468 |
### v2.0.0a
|
1469 |
|
1470 |
- Forgot to move all the update to app.py from temp2.py... oops
|