sd-prism / app.py
merve's picture
merve HF staff
Update app.py
5a34615
import gradio as gr
img_to_text = gr.Interface.load("spaces/pharma/CLIP-Interrogator")
diffusion_model = gr.Interface.load("spaces/CompVis/text2img-latent-diffusion")
gr.mix.Series(img_to_text, diffusion_model).launch()