changing CulturaFX to culturaFX
Browse files
app.py
CHANGED
@@ -949,10 +949,10 @@ def toggle_audio_src(choice):
|
|
949 |
|
950 |
|
951 |
def ui_full(launch_kwargs):
|
952 |
-
with gr.Blocks(title='TulipAI
|
953 |
gr.Markdown(
|
954 |
"""
|
955 |
-
# TulipAI
|
956 |
|
957 |
###
|
958 |
|
@@ -962,8 +962,8 @@ def ui_full(launch_kwargs):
|
|
962 |
with gr.Tab("Generate"):
|
963 |
gr.Markdown(
|
964 |
"""
|
965 |
-
###
|
966 |
-
Check the "Wiki" to learn how to take the most out of TulipAI
|
967 |
"""
|
968 |
)
|
969 |
with gr.Tab("Generate Sound Effects"):
|
|
|
949 |
|
950 |
|
951 |
def ui_full(launch_kwargs):
|
952 |
+
with gr.Blocks(title='TulipAI's culturaFX', theme=theme) as interface:
|
953 |
gr.Markdown(
|
954 |
"""
|
955 |
+
# TulipAI's culturaFX
|
956 |
|
957 |
###
|
958 |
|
|
|
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"):
|