not-lain commited on
Commit
59e31ff
·
1 Parent(s): da89d94
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,7 +226,7 @@ rmbg_tab = gr.Interface(
226
  )
227
 
228
  outpaint_tab = gr.Interface(
229
- fr=placeholder, inputs=["image"], outputs=["image"], api_name="outpainting"
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(