TulipAIs commited on
Commit
7b85e59
1 Parent(s): 29792f4

Chaning the name to TulipAI Soundscapes

Browse files
Files changed (1) hide show
  1. app.py +7 -2
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='AudioCraft Plus', theme=theme) as interface:
951
  gr.Markdown(
952
  """
953
- # AudioCraft Plus - v2.0.0a
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