chun commited on
Commit
0f2187c
1 Parent(s): 8d24c08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -23,7 +23,6 @@ input = gr.inputs.Image(type='pil', label="Original Image", source="upload", opt
23
  inputs = [input]
24
  outputs = gr.outputs.Image(type="pil", label="Output Image")
25
  title = "Dog and Cat Object detection"
26
-
27
  image = gr.inputs.Image(shape=(64,64))
28
 
29
  demo=gr.Interface(fn=show, inputs=image,examples=["photo/a01.jpg", "photo/a02.jpg","photo/a03.jpg","photo/a04.jpg"],title=title,outputs="text").launch(debug='True')
 
23
  inputs = [input]
24
  outputs = gr.outputs.Image(type="pil", label="Output Image")
25
  title = "Dog and Cat Object detection"
 
26
  image = gr.inputs.Image(shape=(64,64))
27
 
28
  demo=gr.Interface(fn=show, inputs=image,examples=["photo/a01.jpg", "photo/a02.jpg","photo/a03.jpg","photo/a04.jpg"],title=title,outputs="text").launch(debug='True')