Update app.py
Browse files
app.py
CHANGED
@@ -36,5 +36,5 @@ interface = gr.Interface(fn=to_black,
|
|
36 |
outputs=outputs,
|
37 |
title=title,
|
38 |
description=description,
|
39 |
-
examples=[["
|
40 |
interface.launch()
|
|
|
36 |
outputs=outputs,
|
37 |
title=title,
|
38 |
description=description,
|
39 |
+
examples=[["cat_dog.png",70.1,40.0,256]])
|
40 |
interface.launch()
|