Spaces:
Sleeping
Sleeping
AlekseyKorshuk
commited on
Commit
•
a5b559a
1
Parent(s):
4b1dab6
Update app.py
Browse files
app.py
CHANGED
@@ -43,6 +43,11 @@ st.sidebar.markdown(
|
|
43 |
<img src="https://img.shields.io/github/stars/AlekseyKorshuk/huggingartists?style=social"/>
|
44 |
</a>
|
45 |
</p>
|
|
|
|
|
|
|
|
|
|
|
46 |
<p class="aligncenter">
|
47 |
<a href="https://colab.research.google.com/github/AlekseyKorshuk/huggingartists/blob/master/huggingartists-demo.ipynb" target="_blank">
|
48 |
<img src="https://colab.research.google.com/assets/colab-badge.svg"/>
|
@@ -53,6 +58,7 @@ st.sidebar.markdown(
|
|
53 |
)
|
54 |
|
55 |
|
|
|
56 |
st.sidebar.header("Generation settings:")
|
57 |
num_sequences = st.sidebar.number_input(
|
58 |
"Number of sequences to generate",
|
@@ -216,7 +222,7 @@ if st.button("Run"):
|
|
216 |
st.subheader("Results")
|
217 |
for prediction in predictions:
|
218 |
st.text(prediction)
|
219 |
-
st.subheader("Please star this repository:")
|
220 |
st.markdown(
|
221 |
"""
|
222 |
<style>
|
@@ -228,6 +234,11 @@ if st.button("Run"):
|
|
228 |
<a href="https://github.com/AlekseyKorshuk/huggingartists" target="_blank">
|
229 |
<img src="https://img.shields.io/github/stars/AlekseyKorshuk/huggingartists?style=social"/>
|
230 |
</a>
|
|
|
|
|
|
|
|
|
|
|
231 |
</p>
|
232 |
""",
|
233 |
unsafe_allow_html=True,
|
|
|
43 |
<img src="https://img.shields.io/github/stars/AlekseyKorshuk/huggingartists?style=social"/>
|
44 |
</a>
|
45 |
</p>
|
46 |
+
<p class="aligncenter">
|
47 |
+
<a href="https://t.me/joinchat/_CQ04KjcJ-4yZTky" target="_blank">
|
48 |
+
<img src="https://img.shields.io/badge/dynamic/json?color=blue&label=Telegram%20Channel&query=%24.result&url=https%3A%2F%2Fapi.telegram.org%2Fbot1929545866%3AAAFGhV-KKnegEcLiyYJxsc4zV6C-bdPEBtQ%2FgetChatMemberCount%3Fchat_id%3D-1001253621662&style=social&logo=telegram"/>
|
49 |
+
</a>
|
50 |
+
</p>
|
51 |
<p class="aligncenter">
|
52 |
<a href="https://colab.research.google.com/github/AlekseyKorshuk/huggingartists/blob/master/huggingartists-demo.ipynb" target="_blank">
|
53 |
<img src="https://colab.research.google.com/assets/colab-badge.svg"/>
|
|
|
58 |
)
|
59 |
|
60 |
|
61 |
+
|
62 |
st.sidebar.header("Generation settings:")
|
63 |
num_sequences = st.sidebar.number_input(
|
64 |
"Number of sequences to generate",
|
|
|
222 |
st.subheader("Results")
|
223 |
for prediction in predictions:
|
224 |
st.text(prediction)
|
225 |
+
st.subheader("Please star this repository and join my Telegram Channel:")
|
226 |
st.markdown(
|
227 |
"""
|
228 |
<style>
|
|
|
234 |
<a href="https://github.com/AlekseyKorshuk/huggingartists" target="_blank">
|
235 |
<img src="https://img.shields.io/github/stars/AlekseyKorshuk/huggingartists?style=social"/>
|
236 |
</a>
|
237 |
+
</p>
|
238 |
+
<p class="aligncenter">
|
239 |
+
<a href="https://t.me/joinchat/_CQ04KjcJ-4yZTky" target="_blank">
|
240 |
+
<img src="https://img.shields.io/badge/dynamic/json?color=blue&label=Telegram%20Channel&query=%24.result&url=https%3A%2F%2Fapi.telegram.org%2Fbot1929545866%3AAAFGhV-KKnegEcLiyYJxsc4zV6C-bdPEBtQ%2FgetChatMemberCount%3Fchat_id%3D-1001253621662&style=social&logo=telegram"/>
|
241 |
+
</a>
|
242 |
</p>
|
243 |
""",
|
244 |
unsafe_allow_html=True,
|