TulipAIs commited on
Commit
61b8187
1 Parent(s): cd25709

changing the name and description (Soundscapes -> CulturaFX), commenting out Audio, Customization, Settings tabs

Browse files
Files changed (1) hide show
  1. app.py +7 -6
app.py CHANGED
@@ -952,18 +952,18 @@ def ui_full(launch_kwargs):
952
  with gr.Blocks(title='TulipAI Soundscapes', theme=theme) as interface:
953
  gr.Markdown(
954
  """
955
- # TulipAI Soundscapes
956
 
957
  ### TulipAI's Audio Storytelling Toolkit
958
 
959
- Welcome to Soundscapes - TulipAI’s flagship Audio Storytelling Toolkit. Designed with modern content creators in mind, our AI-driven platform generates audio sound effects in just minutes tailored to your unique needs.
960
  """
961
  )
962
- with gr.Tab("AudioGen"):
963
  gr.Markdown(
964
  """
965
- ### AudioGen
966
- Check the "Wiki" to learn how to take the most out of TulipAI Soundscapes Sound Effects Generation Tool.
967
  """
968
  )
969
  with gr.Tab("Generate Sound Effects"):
@@ -1009,7 +1009,7 @@ def ui_full(launch_kwargs):
1009
  seed_a = gr.Number(label="Seed", value=-1, scale=4, precision=0, interactive=True)
1010
  gr.Button('\U0001f3b2\ufe0f', scale=1).click(fn=lambda: -1, outputs=[seed_a], queue=False)
1011
  reuse_seed_a = gr.Button('\u267b\ufe0f', scale=1)
1012
-
1013
  with gr.Tab("Audio"):
1014
  with gr.Row():
1015
  with gr.Column():
@@ -1053,6 +1053,7 @@ def ui_full(launch_kwargs):
1053
  topp_a = gr.Number(label="Top-p", value=0, interactive=True)
1054
  temperature_a = gr.Number(label="Temperature", value=1.0, interactive=True)
1055
  cfg_coef_a = gr.Number(label="Classifier Free Guidance", value=3.0, interactive=True)
 
1056
  with gr.Row():
1057
  submit_a = gr.Button("Generate", variant="primary")
1058
  _ = gr.Button("Interrupt").click(fn=interrupt, queue=False)
 
952
  with gr.Blocks(title='TulipAI Soundscapes', theme=theme) as interface:
953
  gr.Markdown(
954
  """
955
+ # TulipAI CulturaFX
956
 
957
  ### TulipAI's Audio Storytelling Toolkit
958
 
959
+ TulipAI's CulturaFX Description: An AI audio platform, that transforms user prompts into dynamic, cultural soundscapes and narratives. Designed for Gen Z content creators, gamers, sound designers, and podcast producers, our platform offers personalized, ethically sourced audio experiences.
960
  """
961
  )
962
+ with gr.Tab("Generate"):
963
  gr.Markdown(
964
  """
965
+ ### CulturaFX
966
+ Check the "Wiki" to learn how to take the most out of TulipAI CulturaFX Sound Effects Generation Tool.
967
  """
968
  )
969
  with gr.Tab("Generate Sound Effects"):
 
1009
  seed_a = gr.Number(label="Seed", value=-1, scale=4, precision=0, interactive=True)
1010
  gr.Button('\U0001f3b2\ufe0f', scale=1).click(fn=lambda: -1, outputs=[seed_a], queue=False)
1011
  reuse_seed_a = gr.Button('\u267b\ufe0f', scale=1)
1012
+ '''
1013
  with gr.Tab("Audio"):
1014
  with gr.Row():
1015
  with gr.Column():
 
1053
  topp_a = gr.Number(label="Top-p", value=0, interactive=True)
1054
  temperature_a = gr.Number(label="Temperature", value=1.0, interactive=True)
1055
  cfg_coef_a = gr.Number(label="Classifier Free Guidance", value=3.0, interactive=True)
1056
+ '''
1057
  with gr.Row():
1058
  submit_a = gr.Button("Generate", variant="primary")
1059
  _ = gr.Button("Interrupt").click(fn=interrupt, queue=False)