ginipick commited on
Commit
d66b6dc
·
verified ·
1 Parent(s): 41aa3b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -110,9 +110,13 @@ footer {
110
  """
111
 
112
  with gr.Blocks(theme=gr.themes.Soft(), css=css, analytics_enabled=False) as demo:
113
- gr.HTML('<div class="title"> First CAT of Huggingface </div>')
114
- gr.HTML('<div class="title">😄Image to Video Explore: <a href="https://huggingface.co/spaces/ginigen/theater" target="_blank">https://huggingface.co/spaces/ginigen/theater</a></div>')
 
 
 
115
 
 
116
  with gr.Tabs() as tabs:
117
  with gr.Tab("Generation"):
118
  with gr.Column(elem_id="col-container"):
 
110
  """
111
 
112
  with gr.Blocks(theme=gr.themes.Soft(), css=css, analytics_enabled=False) as demo:
113
+ gr.HTML('<div class="title"> Cartoon Image Generation </div>')
114
+
115
+ gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fginigen-cartoon.hf.space">
116
+ <img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fginigen-cartoon.hf.space&countColor=%23263759" />
117
+ </a>""")
118
 
119
+
120
  with gr.Tabs() as tabs:
121
  with gr.Tab("Generation"):
122
  with gr.Column(elem_id="col-container"):