TenPoisk
commited on
Commit
·
251c1ad
1
Parent(s):
0d31210
Update app.py
Browse files
app.py
CHANGED
@@ -104,12 +104,12 @@ with gr.Blocks(css=css) as demo:
|
|
104 |
with gr.Column(elem_id="col-container"):
|
105 |
gr.Markdown(
|
106 |
"""
|
107 |
-
<h1 style="text-align: center;">
|
108 |
<p style="text-align: center;">
|
109 |
-
|
110 |
</p>
|
111 |
|
112 |
-
[](https://huggingface.co/spaces/
|
113 |
|
114 |
"""
|
115 |
)
|
@@ -128,12 +128,12 @@ with gr.Blocks(css=css) as demo:
|
|
128 |
gr.HTML("""
|
129 |
<div class="footer">
|
130 |
<p>
|
131 |
-
<a href="https://huggingface.co/cerspense/zeroscope_v2_576w"
|
132 |
-
Demo by
|
133 |
</p>
|
134 |
</div>
|
135 |
<div id="may-like-container" style="display: flex;justify-content: center;flex-direction: column;align-items: center;">
|
136 |
-
<p style="font-size: 0.8em;margin-bottom: 4px;">
|
137 |
<div id="may-like" style="display:flex; align-items:center; justify-content: center;height:20px;">
|
138 |
<svg height="20" width="148" style="margin-left:4px">
|
139 |
<a href="https://huggingface.co/spaces/fffiloni/zeroscope-XL" target="_blank">
|
|
|
104 |
with gr.Column(elem_id="col-container"):
|
105 |
gr.Markdown(
|
106 |
"""
|
107 |
+
<h1 style="text-align: center;">HedgehogAI</h1>
|
108 |
<p style="text-align: center;">
|
109 |
+
This is a demo version of HedgehogAI, this is a neural network for generating video from text in a fast mode, developed by the CofAI team!<br />
|
110 |
</p>
|
111 |
|
112 |
+
[](https://huggingface.co/spaces/CofAI/hedgehog?duplicate=true)
|
113 |
|
114 |
"""
|
115 |
)
|
|
|
128 |
gr.HTML("""
|
129 |
<div class="footer">
|
130 |
<p>
|
131 |
+
<a href="https://huggingface.co/cerspense/zeroscope_v2_576w" 🦔 HedgehogAI Text2Video V1.2 model</a> by ☕ CofAI
|
132 |
+
Demo by <a href="https://hf.co/OptorAI" target="_blank">🐻❄️ OptorAI</a>
|
133 |
</p>
|
134 |
</div>
|
135 |
<div id="may-like-container" style="display: flex;justify-content: center;flex-direction: column;align-items: center;">
|
136 |
+
<p style="font-size: 0.8em;margin-bottom: 4px;">Powered by: </p>
|
137 |
<div id="may-like" style="display:flex; align-items:center; justify-content: center;height:20px;">
|
138 |
<svg height="20" width="148" style="margin-left:4px">
|
139 |
<a href="https://huggingface.co/spaces/fffiloni/zeroscope-XL" target="_blank">
|