openfree commited on
Commit
0198670
·
verified ·
1 Parent(s): c138338

Rename chatgpt-ad-maker.py to app.py

Browse files
Files changed (1) hide show
  1. chatgpt-ad-maker.py → app.py +3 -3
chatgpt-ad-maker.py → app.py RENAMED
@@ -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
  image_input = gr.Image(label="Input Image")
 
102
  return output_path
103
 
104
  # Create Gradio interface
105
+ with gr.Blocks(title="image to dot") as iface:
106
+ gr.Markdown("# image to dot")
107
+
108
 
109
  with gr.Tab("Image"):
110
  image_input = gr.Image(label="Input Image")