Update app.py
Browse files
app.py
CHANGED
@@ -133,8 +133,7 @@ async def generate1(prompt, language_code):
|
|
133 |
with gr.Blocks(css="style.css") as demo:
|
134 |
gr.Markdown(""" # <center><img src='https://huggingface.co/spaces/Isidorophp/Magic-with-Hermione-Granger/resolve/main/logo.png' alt='RJP DEV STUDIO logo' style='height:60px;'></center>""")
|
135 |
gr.Markdown(""" # <center><b> Hermione Granger 🧖♀️ ⚡🪄</b></center>
|
136 |
-
|
137 |
-
### <center>Now you can Ask for a spell to Hermione</center>
|
138 |
""")
|
139 |
|
140 |
# Use for the Selection of voice for Hermione
|
|
|
133 |
with gr.Blocks(css="style.css") as demo:
|
134 |
gr.Markdown(""" # <center><img src='https://huggingface.co/spaces/Isidorophp/Magic-with-Hermione-Granger/resolve/main/logo.png' alt='RJP DEV STUDIO logo' style='height:60px;'></center>""")
|
135 |
gr.Markdown(""" # <center><b> Hermione Granger 🧖♀️ ⚡🪄</b></center>
|
136 |
+
### <center>Suggest you ask for a Spell :</center>
|
|
|
137 |
""")
|
138 |
|
139 |
# Use for the Selection of voice for Hermione
|