sphinxsolution commited on
Commit
1a2fd9e
·
verified ·
1 Parent(s): eae0efa

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ iface = gr.Interface(
23
  fn=remove_filter,
24
  inputs=[
25
  gr.Image(type="pil"), # Image input
26
- gr.Textbox(label="Custom Prompt", placeholder="Enter a custom prompt", default="restore the original colors and details, remove the filter") # Textbox for the prompt
27
  ],
28
  outputs=gr.Image(type="pil"),
29
  title="Filter Removal using ControlNet",
 
23
  fn=remove_filter,
24
  inputs=[
25
  gr.Image(type="pil"), # Image input
26
+ gr.Textbox(label="Custom Prompt", placeholder="Enter a custom prompt", value="restore the original colors and details, remove the filter") # Textbox for the prompt
27
  ],
28
  outputs=gr.Image(type="pil"),
29
  title="Filter Removal using ControlNet",