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

Update chatgpt-ad-maker.py

Browse files
Files changed (1) hide show
  1. chatgpt-ad-maker.py +3 -1
chatgpt-ad-maker.py CHANGED
@@ -120,7 +120,8 @@ with gr.Blocks(title="ChatGPT Ad Maker") as iface:
120
  inputs=[image_input, img_dot_size, img_spacing],
121
  outputs=image_output
122
  )
123
-
 
124
  with gr.Tab("Video"):
125
  video_input = gr.Video(label="Input Video")
126
  with gr.Row():
@@ -134,6 +135,7 @@ with gr.Blocks(title="ChatGPT Ad Maker") as iface:
134
  inputs=[video_input, vid_dot_size, vid_spacing, vid_invert],
135
  outputs=video_output
136
  )
 
137
 
138
  if __name__ == "__main__":
139
  iface.launch()
 
120
  inputs=[image_input, img_dot_size, img_spacing],
121
  outputs=image_output
122
  )
123
+
124
+ '''
125
  with gr.Tab("Video"):
126
  video_input = gr.Video(label="Input Video")
127
  with gr.Row():
 
135
  inputs=[video_input, vid_dot_size, vid_spacing, vid_invert],
136
  outputs=video_output
137
  )
138
+ '''
139
 
140
  if __name__ == "__main__":
141
  iface.launch()