Rename chatgpt-ad-maker.py to app.py
Browse files
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="
|
106 |
-
gr.Markdown("#
|
107 |
-
|
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")
|