Commit ·
d26f6c2
1
Parent(s): 32a3525
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=[["00a3a9d72.jpg"], ["00c3db267.jpg"], ["00dc34840.jpg"], ["00371aa92.jpg"]],
|
| 89 |
description=description,
|
| 90 |
enable_queue=True).launch()
|