NeuralFalcon commited on
Commit
910e15a
·
verified ·
1 Parent(s): 7fc3dba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ def ui_3():
177
 
178
 
179
  def ui_1():
180
- test_examples=[["./input/image.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 ,
 
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 ,