yuragoithf
commited on
Commit
·
0e5a4ff
1
Parent(s):
d26f6c2
Update app.py
Browse files
app.py
CHANGED
@@ -85,6 +85,6 @@ gr.Interface(fn=gen_pred,
|
|
85 |
inputs=[gr.Image(type='pil')],
|
86 |
outputs=["plot"],
|
87 |
title=title,
|
88 |
-
examples=[["
|
89 |
description=description,
|
90 |
enable_queue=True).launch()
|
|
|
85 |
inputs=[gr.Image(type='pil')],
|
86 |
outputs=["plot"],
|
87 |
title=title,
|
88 |
+
examples=[["00c3db267.jpg"], ["00dc34840.jpg"], ["00371aa92.jpg"]],
|
89 |
description=description,
|
90 |
enable_queue=True).launch()
|