Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -379,5 +379,5 @@ gr.Interface(
|
|
| 379 |
[gr.Textbox(label="Image Size"),gr.Image(type="pil", label="Output Image")],
|
| 380 |
title=title,
|
| 381 |
description=description,
|
| 382 |
-
examples=[ ['face.
|
| 383 |
).launch(enable_queue=True)
|
|
|
|
| 379 |
[gr.Textbox(label="Image Size"),gr.Image(type="pil", label="Output Image")],
|
| 380 |
title=title,
|
| 381 |
description=description,
|
| 382 |
+
examples=[ ['face.jpg'], ['montains.jpg'],['tree.jpg'] ]
|
| 383 |
).launch(enable_queue=True)
|