Spaces:
Running
Running
Commit
·
4634fd6
1
Parent(s):
fdaad23
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import os
|
3 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
4 |
|
5 |
-
img_to_text = gr.Blocks.load(name="spaces/
|
6 |
stable_diffusion = gr.Blocks.load(name="spaces/stabilityai/stable-diffusion")
|
7 |
|
8 |
def get_images(prompt):
|
|
|
2 |
import os
|
3 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
4 |
|
5 |
+
img_to_text = gr.Blocks.load(name="spaces/pharmapsychotic/CLIP-Interrogator")
|
6 |
stable_diffusion = gr.Blocks.load(name="spaces/stabilityai/stable-diffusion")
|
7 |
|
8 |
def get_images(prompt):
|