Spaces:
Paused
Paused
test gradio
Browse files
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.
|
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",
|