azhongai666666 commited on
Commit
5c992bc
1 Parent(s): 875dbe4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def pred_one_image(inp):
49
  demo = gr.Interface(fn=pred_one_image,
50
  inputs=gr.Image(type="pil"),
51
  outputs=gr.Image(type="pil"),
52
- examples=[image_path],
53
  )
54
 
55
  demo.launch(debug=True)
 
49
  demo = gr.Interface(fn=pred_one_image,
50
  inputs=gr.Image(type="pil"),
51
  outputs=gr.Image(type="pil"),
52
+ examples=['noisy_10961455225_0786d3edd2_c.jpg'],
53
  )
54
 
55
  demo.launch(debug=True)