Spaces:
Build error
Build error
Added visitor badge :)
#1
by
Epoching
- opened
app.py
CHANGED
@@ -133,5 +133,8 @@ with demo:
|
|
133 |
out = gr.Video(label="Output")
|
134 |
btn = gr.Button("Run")
|
135 |
btn.click(fn=update, inputs=[preset, enhance, scale2x, inp], outputs=out)
|
|
|
|
|
|
|
136 |
|
137 |
demo.launch(enable_queue=True)
|
|
|
133 |
out = gr.Video(label="Output")
|
134 |
btn = gr.Button("Run")
|
135 |
btn.click(fn=update, inputs=[preset, enhance, scale2x, inp], outputs=out)
|
136 |
+
|
137 |
+
with gr.Row():
|
138 |
+
gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=gradio-blocks_video_nca)")
|
139 |
|
140 |
demo.launch(enable_queue=True)
|