Spaces:
Runtime error
Runtime error
Update app.py
Browse filesUpdate CLIP interrogator
app.py
CHANGED
@@ -6,7 +6,7 @@ import urllib
|
|
6 |
from os import path
|
7 |
from pydub import AudioSegment
|
8 |
|
9 |
-
img_to_text = gr.Blocks.load(name="spaces/
|
10 |
text_to_music = gr.Interface.load("spaces/fffiloni/text-2-music")
|
11 |
|
12 |
def get_prompts(uploaded_image):
|
|
|
6 |
from os import path
|
7 |
from pydub import AudioSegment
|
8 |
|
9 |
+
img_to_text = gr.Blocks.load(name="spaces/fffiloni/CLIP-Interrogator-2")
|
10 |
text_to_music = gr.Interface.load("spaces/fffiloni/text-2-music")
|
11 |
|
12 |
def get_prompts(uploaded_image):
|