update
Browse files
app.py
CHANGED
@@ -226,7 +226,7 @@ rmbg_tab = gr.Interface(
|
|
226 |
)
|
227 |
|
228 |
outpaint_tab = gr.Interface(
|
229 |
-
|
230 |
)
|
231 |
|
232 |
demo = gr.TabbedInterface(
|
|
|
226 |
)
|
227 |
|
228 |
outpaint_tab = gr.Interface(
|
229 |
+
fn=placeholder, inputs=["image"], outputs=["image"], api_name="outpainting"
|
230 |
)
|
231 |
|
232 |
demo = gr.TabbedInterface(
|