azhongai666666
commited on
Commit
•
5c992bc
1
Parent(s):
875dbe4
Update app.py
Browse files
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=[
|
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)
|