AdamGustavsson's picture
fixed another typo
8ed119d
raw
history blame
194 Bytes
import gradio as gr
bgRemove = gr.Interface.load("spaces/eugenesiow/remove-bg", inputs="webcam")
animegan = gr.Interface.load("spaces/akhaliq/AnimeGANv2")
gr.Series(bgRemove,animegan).launch()