9voltfan2009 commited on
Commit
31518f7
·
verified ·
1 Parent(s): cabc250

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ with gr.Blocks(css="style.css") as demo:
6
  I make RVC voice models! To request a voice model, ask in the discussions or send me an email, and I'll be able to make it just for you. [Click here to visit my RVC voice models!](https://huggingface.co/collections/ark142/rvc-voice-models-681506cb89322fa7cb2e45fa)
7
  """)
8
 
9
- gr.Markdown("## Contact)
10
  contact = gr.Textbox(placeholder="Insert your message here...", lines=3, label="Message")
11
  gr.Button("Send").click(lambda msg: "Thanks for your message! I should get your message shortly.", inputs=contact, outputs=gr.Textbox(label="Response"))
12
 
 
6
  I make RVC voice models! To request a voice model, ask in the discussions or send me an email, and I'll be able to make it just for you. [Click here to visit my RVC voice models!](https://huggingface.co/collections/ark142/rvc-voice-models-681506cb89322fa7cb2e45fa)
7
  """)
8
 
9
+ gr.Markdown("## Contact Here")
10
  contact = gr.Textbox(placeholder="Insert your message here...", lines=3, label="Message")
11
  gr.Button("Send").click(lambda msg: "Thanks for your message! I should get your message shortly.", inputs=contact, outputs=gr.Textbox(label="Response"))
12