Spaces:
Runtime error
Runtime error
RohitGandikota
commited on
Commit
β’
2306e93
1
Parent(s):
6cca5dc
sdxl turbo inference
Browse files
app.py
CHANGED
@@ -96,10 +96,10 @@ class Demo:
|
|
96 |
with gr.Column(scale=1):
|
97 |
|
98 |
self.prompt_input_infr = gr.Text(
|
99 |
-
placeholder="photo of a person with bokeh background
|
100 |
label="Prompt",
|
101 |
info="Prompt to generate",
|
102 |
-
value="photo of a person with bokeh background
|
103 |
)
|
104 |
|
105 |
with gr.Row():
|
|
|
96 |
with gr.Column(scale=1):
|
97 |
|
98 |
self.prompt_input_infr = gr.Text(
|
99 |
+
placeholder="photo of a person, with bokeh street background, realistic, 8k",
|
100 |
label="Prompt",
|
101 |
info="Prompt to generate",
|
102 |
+
value="photo of a person, with bokeh street background, realistic, 8k"
|
103 |
)
|
104 |
|
105 |
with gr.Row():
|