Spaces:
Paused
Paused
WeixuanYuan
commited on
Commit
•
041f9f8
1
Parent(s):
6b134fc
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,8 @@ 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("DiffuSynth v0.2")
|
|
|
72 |
|
73 |
reconstruction_state = gr.State(value={})
|
74 |
text2sound_state = gr.State(value={})
|
@@ -81,7 +82,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("DiffuSynth v0.2")
|
72 |
+
gr.Markdown('Thank you for using DiffuSynth v0.2! \n <span style="color:red">The music track synthesis feature is up coming very soon!</span>', unsafe_allow_html=True)
|
73 |
|
74 |
reconstruction_state = gr.State(value={})
|
75 |
text2sound_state = gr.State(value={})
|
|
|
82 |
get_sound2sound_with_text_module(gradioWebUI, sound2sound_state, virtual_instruments_state)
|
83 |
get_inpaint_with_text_module(gradioWebUI, inpaint_state, virtual_instruments_state)
|
84 |
# get_build_instrument_module(gradioWebUI, virtual_instruments_state)
|
85 |
+
# get_readme_module()
|
86 |
|
87 |
demo.launch(debug=True, share=True)
|
88 |
|