Spaces:
Running
Running
add new interface
Browse files
app.py
CHANGED
@@ -21,9 +21,7 @@ join_us = """
|
|
21 |
## Join us:
|
22 |
|
23 |
🌟TeamTonic🌟 is always making cool demos! Join our active builder's 🛠️community 👻
|
24 |
-
|
25 |
[](https://discord.gg/n8ytYeh25n)
|
26 |
-
|
27 |
On 🤗Huggingface: [MultiTransformer](https://huggingface.co/MultiTransformer)
|
28 |
On 🌐Github: [Tonic-AI](https://github.com/tonic-ai) & contribute to🌟 [Data Tonic](https://github.com/multiTonic/thinking-dataset/)
|
29 |
🤗Big thanks to Yuvi Sharma and all the folks at huggingface for the community grant 🤗
|
@@ -103,7 +101,7 @@ with gr.Blocks(
|
|
103 |
with gr.Row():
|
104 |
with gr.Group():
|
105 |
gr.Markdown(description)
|
106 |
-
with gr.
|
107 |
gr.Markdown(join_us)
|
108 |
with gr.Row():
|
109 |
with gr.Column(scale=2):
|
|
|
21 |
## Join us:
|
22 |
|
23 |
🌟TeamTonic🌟 is always making cool demos! Join our active builder's 🛠️community 👻
|
|
|
24 |
[](https://discord.gg/n8ytYeh25n)
|
|
|
25 |
On 🤗Huggingface: [MultiTransformer](https://huggingface.co/MultiTransformer)
|
26 |
On 🌐Github: [Tonic-AI](https://github.com/tonic-ai) & contribute to🌟 [Data Tonic](https://github.com/multiTonic/thinking-dataset/)
|
27 |
🤗Big thanks to Yuvi Sharma and all the folks at huggingface for the community grant 🤗
|
|
|
101 |
with gr.Row():
|
102 |
with gr.Group():
|
103 |
gr.Markdown(description)
|
104 |
+
with gr.Column():
|
105 |
gr.Markdown(join_us)
|
106 |
with gr.Row():
|
107 |
with gr.Column(scale=2):
|