Spaces:
Runtime error
Runtime error
UdacityNoob
commited on
Commit
·
21504bf
1
Parent(s):
267ae3b
set description to normal text
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def generate_images(prompt: str, negative_prompt: str, num_imgs_to_gen: int, inf
|
|
28 |
# Define the UI
|
29 |
with gr.Blocks() as demo:
|
30 |
gr.HTML("<h2 style=\"font-size: 2em; font-weight: bold\" align=\"center\">Keras Dreambooth - Hogwarts Legacy Demo</h2>")
|
31 |
-
gr.HTML("<
|
32 |
with gr.Row():
|
33 |
with gr.Column():
|
34 |
prompt = gr.Textbox(label="Positive Prompt", value="a digital art of hogwarts [legacy] student in a forest")
|
|
|
28 |
# Define the UI
|
29 |
with gr.Blocks() as demo:
|
30 |
gr.HTML("<h2 style=\"font-size: 2em; font-weight: bold\" align=\"center\">Keras Dreambooth - Hogwarts Legacy Demo</h2>")
|
31 |
+
gr.HTML("<p style=\"font-size: 14; font-weight: normal\" align=\"left\">This model has been fine-tuned to learn the concept of Hogwarts Legacy student characters.<br>To use this demo, you should have append your prompt with string <q>hogwarts [legacy] student</q></p>")
|
32 |
with gr.Row():
|
33 |
with gr.Column():
|
34 |
prompt = gr.Textbox(label="Positive Prompt", value="a digital art of hogwarts [legacy] student in a forest")
|