Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ if not os.path.exists("./temp"):
|
|
149 |
os.mkdir("./temp")
|
150 |
|
151 |
|
152 |
-
meta_examples = ["./images/
|
153 |
|
154 |
gradio_input=[gr.Image(label='Upload an Image')]
|
155 |
gradio_Output=[gr.File(label='Download Image'),gr.Image(label='Display Image')]
|
@@ -170,7 +170,7 @@ gradio_multiple_images = gr.Interface(
|
|
170 |
|
171 |
meta_video_examples = [ "./videos/1.mp4"]
|
172 |
|
173 |
-
gradio_video_input=[gr.Video(label='Upload
|
174 |
gradio_video_Output=[gr.File(label='Download Video'),gr.Video(label='Display Video')]
|
175 |
gradio_video_interface = gr.Interface(fn=process_video, inputs=gradio_video_input,outputs=gradio_video_Output ,
|
176 |
title="Meta Watermark Remover from Video",
|
|
|
149 |
os.mkdir("./temp")
|
150 |
|
151 |
|
152 |
+
meta_examples = ["./images/6.jpg","./images/1.jpg", "./images/2.jpg", "./images/3.jpg", "./images/4.jpg", "./images/5.jpg"]
|
153 |
|
154 |
gradio_input=[gr.Image(label='Upload an Image')]
|
155 |
gradio_Output=[gr.File(label='Download Image'),gr.Image(label='Display Image')]
|
|
|
170 |
|
171 |
meta_video_examples = [ "./videos/1.mp4"]
|
172 |
|
173 |
+
gradio_video_input=[gr.Video(label='Upload Video')]
|
174 |
gradio_video_Output=[gr.File(label='Download Video'),gr.Video(label='Display Video')]
|
175 |
gradio_video_interface = gr.Interface(fn=process_video, inputs=gradio_video_input,outputs=gradio_video_Output ,
|
176 |
title="Meta Watermark Remover from Video",
|