radames commited on
Commit
416e265
1 Parent(s): 94b9ed4

Accepts Compel Syntax

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ GPU Time Comparison: T4: ~276s - A10G: ~113.6s A100: ~43.5s RTX 4090: ~48.1s
153
  image_input = gr.Image(type="pil", label="Input Image")
154
  prompt = gr.Textbox(
155
  label="Prompt",
156
- info="The prompt is very important to get the desired results. Please try to describe the image as best as you can.",
157
  )
158
  negative_prompt = gr.Textbox(
159
  label="Negative Prompt",
 
153
  image_input = gr.Image(type="pil", label="Input Image")
154
  prompt = gr.Textbox(
155
  label="Prompt",
156
+ info="The prompt is very important to get the desired results. Please try to describe the image as best as you can. Accepts Compel Syntax",
157
  )
158
  negative_prompt = gr.Textbox(
159
  label="Negative Prompt",