Spaces:
Running
Running
Update app.py
Browse files
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.
|
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.Blocks.load("spaces/stabilityai/stable-diffusion")
|
4 |
gr.mix.Series(img_to_text, diffusion_model).launch()
|