RohitGandikota commited on
Commit
45481f4
Β·
1 Parent(s): 09d57a5

inference clean

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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="Enter prompt...",
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():