add assets
Browse files- app.py +1 -0
- assets/Inpainting mask.png +0 -0
- assets/rocket.png +0 -0
app.py
CHANGED
@@ -110,6 +110,7 @@ rmbg_tab = gr.Interface(
|
|
110 |
inputs=[gr.Number(1, visible=False), "image", "text"],
|
111 |
outputs=["image"],
|
112 |
api_name="rmbg",
|
|
|
113 |
)
|
114 |
|
115 |
outpaint_tab = gr.Interface(
|
|
|
110 |
inputs=[gr.Number(1, visible=False), "image", "text"],
|
111 |
outputs=["image"],
|
112 |
api_name="rmbg",
|
113 |
+
examples=[["./assets/Inpainting mask.png", None]],
|
114 |
)
|
115 |
|
116 |
outpaint_tab = gr.Interface(
|
assets/Inpainting mask.png
ADDED
assets/rocket.png
ADDED