Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -203,7 +203,8 @@ with gr.Blocks() as demo:
|
|
203 |
Created with ❤️ by <a href="https://bilsimaging.com" target="_blank">bilsimaging.com</a>
|
204 |
</p>
|
205 |
""")
|
206 |
-
|
207 |
-
|
|
|
208 |
|
209 |
demo.launch(debug=True)
|
|
|
203 |
Created with ❤️ by <a href="https://bilsimaging.com" target="_blank">bilsimaging.com</a>
|
204 |
</p>
|
205 |
""")
|
206 |
+
|
207 |
+
gr.HTML('<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FBils%2FGenerate-Sound-Effects-from-Image"><img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FBils%2FGenerate-Sound-Effects-from-Image&countColor=%23263759" /></a>')
|
208 |
+
html = gr.HTML()
|
209 |
|
210 |
demo.launch(debug=True)
|