Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -138,5 +138,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 138 |
inputs=caption_display,
|
| 139 |
outputs=audio_output
|
| 140 |
)
|
|
|
|
|
|
|
|
|
|
| 141 |
|
| 142 |
demo.launch(debug=True, share=True)
|
|
|
|
| 138 |
inputs=caption_display,
|
| 139 |
outputs=audio_output
|
| 140 |
)
|
| 141 |
+
|
| 142 |
+
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>')
|
| 143 |
+
html = gr.HTML()
|
| 144 |
|
| 145 |
demo.launch(debug=True, share=True)
|