Update chatgpt-ad-maker.py
Browse files- chatgpt-ad-maker.py +3 -3
chatgpt-ad-maker.py
CHANGED
|
@@ -102,9 +102,9 @@ def process_video(video_path, dot_size=10, spacing=2, invert=False):
|
|
| 102 |
return output_path
|
| 103 |
|
| 104 |
# Create Gradio interface
|
| 105 |
-
with gr.Blocks(title="
|
| 106 |
-
gr.Markdown("
|
| 107 |
-
gr.Markdown("Convert your image
|
| 108 |
|
| 109 |
with gr.Tab("Image"):
|
| 110 |
with gr.Row():
|
|
|
|
| 102 |
return output_path
|
| 103 |
|
| 104 |
# Create Gradio interface
|
| 105 |
+
with gr.Blocks(title="Dotted Pattern Image Maker") as iface:
|
| 106 |
+
gr.Markdown("Dotted Pattern Image Maker")
|
| 107 |
+
gr.Markdown("Convert your image into a dotted pattern. Adjust dot size and spacing using the sliders.")
|
| 108 |
|
| 109 |
with gr.Tab("Image"):
|
| 110 |
with gr.Row():
|