Spaces:
Runtime error
Runtime error
juancopi81
commited on
Commit
•
a2735a4
1
Parent(s):
73d4af2
Add twitter and visitors
Browse files
app.py
CHANGED
@@ -121,9 +121,9 @@ with gr.Blocks(css=css) as demo:
|
|
121 |
inputs=[prompt_input, style_input],
|
122 |
outputs=[gr.Video()])
|
123 |
|
124 |
-
gr.Markdown("""
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
|
129 |
demo.launch(debug=True)
|
|
|
121 |
inputs=[prompt_input, style_input],
|
122 |
outputs=[gr.Video()])
|
123 |
|
124 |
+
gr.Markdown("""
|
125 |
+
[![Twitter Follow](https://img.shields.io/twitter/follow/juancopi81?style=social)](https://twitter.com/juancopi81)
|
126 |
+
![visitors](https://visitor-badge.glitch.me/badge?page_id=Juancopi81.sd-riffusion)
|
127 |
+
""")
|
128 |
|
129 |
demo.launch(debug=True)
|