Update app.py
Browse files
app.py
CHANGED
@@ -177,7 +177,7 @@ def ui_3():
|
|
177 |
|
178 |
|
179 |
def ui_1():
|
180 |
-
test_examples=[["./input/
|
181 |
gradio_input=[gr.Image(label='Upload an Image',type="filepath")]
|
182 |
gradio_Output=[gr.Image(label='Display Image')]
|
183 |
gradio_interface = gr.Interface(fn=logo_remover, inputs=gradio_input,outputs=gradio_Output ,
|
|
|
177 |
|
178 |
|
179 |
def ui_1():
|
180 |
+
test_examples=[["./input/cat.jpg","./input/shark.jpg","./input/elephant.jpg"]]
|
181 |
gradio_input=[gr.Image(label='Upload an Image',type="filepath")]
|
182 |
gradio_Output=[gr.Image(label='Display Image')]
|
183 |
gradio_interface = gr.Interface(fn=logo_remover, inputs=gradio_input,outputs=gradio_Output ,
|