amos1088 commited on
Commit
8f4ea62
·
1 Parent(s): dbeec98

test gradio

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ interface = gr.Interface(
42
  inputs=[
43
  gr.Textbox(label="Prompt"),
44
  # gr.Image( type= "filepath",label="Reference Image (Style)"),
45
- gr.inputs.File(file_count="multiple",label="Reference Image (Style)"),
46
  gr.Slider(label="Control Net Conditioning Scale", minimum=0, maximum=1.0, step=0.1, value=1.0),
47
  ],
48
  outputs="image",
 
42
  inputs=[
43
  gr.Textbox(label="Prompt"),
44
  # gr.Image( type= "filepath",label="Reference Image (Style)"),
45
+ gr.File(file_count="multiple",label="Reference Image (Style)"),
46
  gr.Slider(label="Control Net Conditioning Scale", minimum=0, maximum=1.0, step=0.1, value=1.0),
47
  ],
48
  outputs="image",