Spaces:
Running
on
Zero
Running
on
Zero
Avijit Ghosh
commited on
Commit
·
30ff8bd
1
Parent(s):
3245b5c
edit default prompt
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ with gr.Blocks(title="Skin Tone and Gender bias in Text to Image Models") as dem
|
|
155 |
],
|
156 |
value=default_model
|
157 |
)
|
158 |
-
prompt = gr.Textbox(label="Enter the Prompt")
|
159 |
gallery = gr.Gallery(
|
160 |
label="Generated images",
|
161 |
show_label=False,
|
|
|
155 |
],
|
156 |
value=default_model
|
157 |
)
|
158 |
+
prompt = gr.Textbox(label="Enter the Prompt", value = "photo of a nurse in india, detailed, 8k, sharp, high quality, good lighting")
|
159 |
gallery = gr.Gallery(
|
160 |
label="Generated images",
|
161 |
show_label=False,
|