Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ import urllib
|
|
13 |
from os import path
|
14 |
from pydub import AudioSegment
|
15 |
|
16 |
-
|
17 |
-
img_to_text = gr.Blocks.load(name="spaces/fffiloni/CLIP-Interrogator-2")
|
18 |
|
19 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
20 |
|
@@ -143,8 +143,8 @@ article = """
|
|
143 |
|
144 |
<div class="footer">
|
145 |
<p>
|
146 |
-
|
147 |
Follow <a href="https://huggingface.co/nightfury/" target="_blank">Nightfury</a> for future updates π€.
|
|
|
148 |
</p>
|
149 |
</div>
|
150 |
|
|
|
13 |
from os import path
|
14 |
from pydub import AudioSegment
|
15 |
|
16 |
+
img_to_text = gr.Blocks.load(name="spaces/pharma/CLIP-Interrogator")
|
17 |
+
#img_to_text = gr.Blocks.load(name="spaces/fffiloni/CLIP-Interrogator-2")
|
18 |
|
19 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
20 |
|
|
|
143 |
|
144 |
<div class="footer">
|
145 |
<p>
|
|
|
146 |
Follow <a href="https://huggingface.co/nightfury/" target="_blank">Nightfury</a> for future updates π€.
|
147 |
+
<img src='https://visitor-badge.glitch.me/badge?page_id=dj_img2music' alt='visitor badge'>
|
148 |
</p>
|
149 |
</div>
|
150 |
|