Spaces:
Running
on
Zero
Running
on
Zero
Update inference_webui.py
Browse files- inference_webui.py +0 -4
inference_webui.py
CHANGED
@@ -115,11 +115,7 @@ footer {
|
|
115 |
with gr.Blocks(theme=gr.themes.Soft(), css=css, analytics_enabled=False) as demo:
|
116 |
gr.HTML('<div class="title"> Cartoon Image Generation </div>')
|
117 |
|
118 |
-
gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fginigen-cartoon.hf.space">
|
119 |
-
<img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fginigen-cartoon.hf.space&countColor=%23263759" />
|
120 |
-
</a>""")
|
121 |
|
122 |
-
|
123 |
with gr.Tabs() as tabs:
|
124 |
with gr.Tab("Generation"):
|
125 |
with gr.Column(elem_id="col-container"):
|
|
|
115 |
with gr.Blocks(theme=gr.themes.Soft(), css=css, analytics_enabled=False) as demo:
|
116 |
gr.HTML('<div class="title"> Cartoon Image Generation </div>')
|
117 |
|
|
|
|
|
|
|
118 |
|
|
|
119 |
with gr.Tabs() as tabs:
|
120 |
with gr.Tab("Generation"):
|
121 |
with gr.Column(elem_id="col-container"):
|