Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -31,6 +31,6 @@ iface = gr.Interface(fn=process_image,
|
|
31 |
outputs=gr.outputs.Textbox(),
|
32 |
title=title,
|
33 |
description=description,
|
34 |
-
examples=glob.glob('
|
35 |
|
36 |
iface.launch(debug=True)
|
|
|
31 |
outputs=gr.outputs.Textbox(),
|
32 |
title=title,
|
33 |
description=description,
|
34 |
+
examples=glob.glob('*.png'))
|
35 |
|
36 |
iface.launch(debug=True)
|