app.py
CHANGED
@@ -120,6 +120,6 @@ iface = gr.Interface(
|
|
120 |
fn=greet,
|
121 |
inputs="image",
|
122 |
outputs=["plot"],
|
123 |
-
examples=["image (1)", "image (2)", "image (3)", "image (4)", "image (5)"],
|
124 |
allow_flagging="never")
|
125 |
iface.launch(share=True)
|
|
|
120 |
fn=greet,
|
121 |
inputs="image",
|
122 |
outputs=["plot"],
|
123 |
+
examples=["image (1).jpg", "image (2).jpg", "image (3).jpg", "image (4).jpg", "image (5).jpg"],
|
124 |
allow_flagging="never")
|
125 |
iface.launch(share=True)
|