nightfury commited on
Commit
70e7e62
Β·
1 Parent(s): f36d818

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -13,8 +13,8 @@ import urllib
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,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