Thafx commited on
Commit
b3b8a95
1 Parent(s): 4dd19b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -176,10 +176,10 @@ Have Fun & Enjoy ⚡ <a href="https://www.thafx.com"><abbr title="Website">//THA
176
  with gr.Group():
177
  image = gr.Image(label="Image", height=256, tool="editor", type="pil")
178
  strength = gr.Slider(label="Transformation strength", minimum=0, maximum=1, step=0.01, value=0.5)
179
- with gr.Tab("Prompts"):
180
- with gr.Group():
181
- neg_prompt = gr.Textbox(label="Negative prompt", placeholder="What to exclude from the image")
182
- gr.JSON(value=lambda: random.choice([ test ])),
183
 
184
 
185
 
 
176
  with gr.Group():
177
  image = gr.Image(label="Image", height=256, tool="editor", type="pil")
178
  strength = gr.Slider(label="Transformation strength", minimum=0, maximum=1, step=0.01, value=0.5)
179
+ #with gr.Tab("Prompts"):
180
+ #with gr.Group():
181
+ #neg_prompt = gr.Textbox(label="Negative prompt", placeholder="What to exclude from the image")
182
+ # gr.JSON(value=lambda: random.choice([ test ])),
183
 
184
 
185