Spaces:
Runtime error
Runtime error
RohitGandikota
commited on
Commit
Β·
45481f4
1
Parent(s):
09d57a5
inference clean
Browse files
app.py
CHANGED
@@ -76,9 +76,10 @@ class Demo:
|
|
76 |
with gr.Column(scale=1):
|
77 |
|
78 |
self.prompt_input_infr = gr.Text(
|
79 |
-
placeholder="
|
80 |
label="Prompt",
|
81 |
-
info="Prompt to generate"
|
|
|
82 |
)
|
83 |
|
84 |
with gr.Row():
|
|
|
76 |
with gr.Column(scale=1):
|
77 |
|
78 |
self.prompt_input_infr = gr.Text(
|
79 |
+
placeholder="photo of a person, realistic, 8k",
|
80 |
label="Prompt",
|
81 |
+
info="Prompt to generate",
|
82 |
+
value="photo of a person, realistic, 8k"
|
83 |
)
|
84 |
|
85 |
with gr.Row():
|