Spaces:
Running
Running
update visitorbadge
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ if __name__ == '__main__':
|
|
66 |
app = gr.Blocks()
|
67 |
with app:
|
68 |
gr.Markdown("# Waifu GAN\n\n"
|
69 |
-
"![visitor badge](https://
|
70 |
with gr.Tabs():
|
71 |
with gr.TabItem("generate image"):
|
72 |
with gr.Row():
|
|
|
66 |
app = gr.Blocks()
|
67 |
with app:
|
68 |
gr.Markdown("# Waifu GAN\n\n"
|
69 |
+
"![visitor badge](https://api.visitorbadge.io/api/visitors?path=skytnt.waifu-gan&countColor=%23263759&style=flat&labelStyle=lower)\n\n")
|
70 |
with gr.Tabs():
|
71 |
with gr.TabItem("generate image"):
|
72 |
with gr.Row():
|