Leeps commited on
Commit
00b6ab5
1 Parent(s): 3200a97

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. index.py +0 -1
index.py CHANGED
@@ -191,7 +191,6 @@ black_brush = gr.Brush(colors=["#000000"], default_color="#000000", color_mode="
191
  demo = gr.Interface(
192
  fn=main,
193
  inputs=[gr.ImageEditor(brush=black_brush), gr.Slider(0, 1, step=0.025, value=0.5, label="Image Strength"), gr.Textbox(label="Describe the object in as much detail as possible (include colors, materials, etc)")],
194
- #outputs=[gr.Image(type="pil"), gr.Image(type="pil"), gr.Image(type="pil"), gr.Image(type="pil")]
195
  outputs=["image", "image", "image", "image"]
196
  )
197
 
 
191
  demo = gr.Interface(
192
  fn=main,
193
  inputs=[gr.ImageEditor(brush=black_brush), gr.Slider(0, 1, step=0.025, value=0.5, label="Image Strength"), gr.Textbox(label="Describe the object in as much detail as possible (include colors, materials, etc)")],
 
194
  outputs=["image", "image", "image", "image"]
195
  )
196