Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ gradioWebUI = GradioWebUI(device, VAE, uNet, text_encoder, CLAP_tokenizer, freq_
|
|
68 |
|
69 |
with gr.Blocks(theme=gr.themes.Soft(), mode="dark") as demo:
|
70 |
# with gr.Blocks(theme='WeixuanYuan/Soft_dark', mode="dark") as demo:
|
71 |
-
gr.Markdown(
|
72 |
|
73 |
reconstruction_state = gr.State(value={})
|
74 |
text2sound_state = gr.State(value={})
|
@@ -81,7 +81,7 @@ with gr.Blocks(theme=gr.themes.Soft(), mode="dark") as demo:
|
|
81 |
get_sound2sound_with_text_module(gradioWebUI, sound2sound_state, virtual_instruments_state)
|
82 |
get_inpaint_with_text_module(gradioWebUI, inpaint_state, virtual_instruments_state)
|
83 |
get_build_instrument_module(gradioWebUI, virtual_instruments_state)
|
84 |
-
get_readme_module()
|
85 |
|
86 |
demo.launch(debug=True, share=True)
|
87 |
|
|
|
68 |
|
69 |
with gr.Blocks(theme=gr.themes.Soft(), mode="dark") as demo:
|
70 |
# with gr.Blocks(theme='WeixuanYuan/Soft_dark', mode="dark") as demo:
|
71 |
+
gr.Markdown('Thank you for using DiffuSynth v0.2! \n <span style="color:red">The [Arrangement] feature is still being improved!</span>', unsafe_allow_html=True)
|
72 |
|
73 |
reconstruction_state = gr.State(value={})
|
74 |
text2sound_state = gr.State(value={})
|
|
|
81 |
get_sound2sound_with_text_module(gradioWebUI, sound2sound_state, virtual_instruments_state)
|
82 |
get_inpaint_with_text_module(gradioWebUI, inpaint_state, virtual_instruments_state)
|
83 |
get_build_instrument_module(gradioWebUI, virtual_instruments_state)
|
84 |
+
# get_readme_module()
|
85 |
|
86 |
demo.launch(debug=True, share=True)
|
87 |
|