merve HF staff commited on
Commit
5a34615
1 Parent(s): fc0f6ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
  import gradio as gr
2
  img_to_text = gr.Interface.load("spaces/pharma/CLIP-Interrogator")
3
- diffusion_model = gr.Interface.load("/spaces/CompVis/text2img-latent-diffusion")
4
  gr.mix.Series(img_to_text, diffusion_model).launch()
 
1
  import gradio as gr
2
  img_to_text = gr.Interface.load("spaces/pharma/CLIP-Interrogator")
3
+ diffusion_model = gr.Interface.load("spaces/CompVis/text2img-latent-diffusion")
4
  gr.mix.Series(img_to_text, diffusion_model).launch()