Spaces:
Build error
Build error
add example input
Browse files
app.py
CHANGED
|
@@ -75,4 +75,6 @@ def manipulate(input_image, caption):
|
|
| 75 |
|
| 76 |
gr.Interface(fn=manipulate,
|
| 77 |
inputs=[gr.Image(type="pil"), "text"],
|
| 78 |
-
outputs="image",
|
|
|
|
|
|
|
|
|
| 75 |
|
| 76 |
gr.Interface(fn=manipulate,
|
| 77 |
inputs=[gr.Image(type="pil"), "text"],
|
| 78 |
+
outputs="image",
|
| 79 |
+
examples=[['example.jpg', "He has mustache"]],
|
| 80 |
+
title="CLIPInverter").launch()
|