Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,9 @@ gr.Interface(
|
|
| 55 |
gr.outputs.Image(type="pil", label="Output"),
|
| 56 |
title=title,
|
| 57 |
description=description,
|
| 58 |
-
|
| 59 |
|
|
|
|
|
|
|
| 60 |
).launch(enable_queue=True,cache_examples=True,share=True)
|
| 61 |
|
|
|
|
| 55 |
gr.outputs.Image(type="pil", label="Output"),
|
| 56 |
title=title,
|
| 57 |
description=description,
|
| 58 |
+
examples=[
|
| 59 |
|
| 60 |
+
['edison.jpg']
|
| 61 |
+
]
|
| 62 |
).launch(enable_queue=True,cache_examples=True,share=True)
|
| 63 |
|