sariyam commited on
Commit
bfa4f42
·
verified ·
1 Parent(s): d4cfc89

Update chatgpt-ad-maker.py

Browse files
Files changed (1) hide show
  1. 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="ChatGPT Ad Maker") as iface:
106
- gr.Markdown("# ChatGPT Ad Maker")
107
- gr.Markdown("Convert your image or video into a dotted pattern. Adjust dot size and spacing using the sliders.")
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():