Update chatgpt-ad-maker.py
Browse files- chatgpt-ad-maker.py +1 -1
chatgpt-ad-maker.py
CHANGED
@@ -112,7 +112,7 @@ with gr.Blocks(title="Dotted Pattern Image Maker") as iface:
|
|
112 |
with gr.Tab("Image"):
|
113 |
with gr.Row():
|
114 |
image_input = gr.Image(label="Input Image")
|
115 |
-
image_output = gr.Image(label="Dotted Output" , type="pil")
|
116 |
with gr.Row():
|
117 |
img_dot_size = gr.Slider(minimum=2, maximum=20, value=10, step=1, label="Dot Size")
|
118 |
img_spacing = gr.Slider(minimum=0, maximum=10, value=2, step=1, label="Dot Spacing")
|
|
|
112 |
with gr.Tab("Image"):
|
113 |
with gr.Row():
|
114 |
image_input = gr.Image(label="Input Image")
|
115 |
+
image_output = gr.Image(label="Dotted Output" , type="pil", format="png")
|
116 |
with gr.Row():
|
117 |
img_dot_size = gr.Slider(minimum=2, maximum=20, value=10, step=1, label="Dot Size")
|
118 |
img_spacing = gr.Slider(minimum=0, maximum=10, value=2, step=1, label="Dot Spacing")
|