Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -382,4 +382,6 @@ gr.Interface(
|
|
| 382 |
[gr.Textbox(label="Image Size"),gr.Image(type="pil", label="Output Image"),"image",gr.Image( label="Output Image2"),"image"],
|
| 383 |
title=title,
|
| 384 |
description=description,
|
| 385 |
-
examples=[ ['face.jpg'], ['montains.jpg'],['tree.jpg'] ]
|
|
|
|
|
|
|
|
|
| 382 |
[gr.Textbox(label="Image Size"),gr.Image(type="pil", label="Output Image"),"image",gr.Image( label="Output Image2"),"image"],
|
| 383 |
title=title,
|
| 384 |
description=description,
|
| 385 |
+
# examples=[ ['face.jpg'], ['montains.jpg'],['tree.jpg'] ]
|
| 386 |
+
|
| 387 |
+
)
|