TulipAIs commited on
Commit
69efc45
1 Parent(s): 9c60d10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -966,7 +966,7 @@ def ui_full(launch_kwargs):
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**"):
970
  with gr.Row():
971
  with gr.Column():
972
  with gr.Tab("Generation"):
@@ -1053,7 +1053,7 @@ def ui_full(launch_kwargs):
1053
  send_audio_a = gr.Button("Send to Input Audio")
1054
  seed_used_a = gr.Number(label='Seed used', value=-1, interactive=False)
1055
  download_a = gr.File(label="Generated Files", interactive=False)
1056
- with gr.Tab("**Wiki**"):
1057
  gr.Markdown(
1058
  """
1059
  - **[Generate (button)]:**
@@ -1186,7 +1186,7 @@ def ui_full(launch_kwargs):
1186
  Check the "Wiki" to learn how to take the most out of TulipAI Soundscapes Music Generation Tool.
1187
  """
1188
  )
1189
- with gr.Tab("**Generate Music**"):
1190
  with gr.Row():
1191
  with gr.Column():
1192
  with gr.Tab("Generation"):
@@ -1285,7 +1285,7 @@ def ui_full(launch_kwargs):
1285
  send_audio = gr.Button("Send to Input Audio")
1286
  seed_used = gr.Number(label='Seed used', value=-1, interactive=False)
1287
  download = gr.File(label="Generated Files", interactive=False)
1288
- with gr.Tab("**Wiki**"):
1289
  gr.Markdown(
1290
  """
1291
  - **[Generate (button)]:**
 
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"):
970
  with gr.Row():
971
  with gr.Column():
972
  with gr.Tab("Generation"):
 
1053
  send_audio_a = gr.Button("Send to Input Audio")
1054
  seed_used_a = gr.Number(label='Seed used', value=-1, interactive=False)
1055
  download_a = gr.File(label="Generated Files", interactive=False)
1056
+ with gr.Tab("Wiki"):
1057
  gr.Markdown(
1058
  """
1059
  - **[Generate (button)]:**
 
1186
  Check the "Wiki" to learn how to take the most out of TulipAI Soundscapes Music Generation Tool.
1187
  """
1188
  )
1189
+ with gr.Tab("Generate Music"):
1190
  with gr.Row():
1191
  with gr.Column():
1192
  with gr.Tab("Generation"):
 
1285
  send_audio = gr.Button("Send to Input Audio")
1286
  seed_used = gr.Number(label='Seed used', value=-1, interactive=False)
1287
  download = gr.File(label="Generated Files", interactive=False)
1288
+ with gr.Tab("Wiki"):
1289
  gr.Markdown(
1290
  """
1291
  - **[Generate (button)]:**