Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -917,7 +917,8 @@ with gr.Blocks(css=css, title="HeartSync - World") as demo:
|
|
917 |
|
918 |
with gr.Row(elem_id="examples_row"):
|
919 |
with gr.Column(scale=12, elem_id="examples_container"):
|
920 |
-
gr.Markdown("
|
|
|
921 |
|
922 |
if __name__ == "__main__":
|
923 |
demo.launch(share=True)
|
|
|
917 |
|
918 |
with gr.Row(elem_id="examples_row"):
|
919 |
with gr.Column(scale=12, elem_id="examples_container"):
|
920 |
+
gr.Markdown("#### @Based - VIDraft/Gemma-3-R1984-4B , VIDraft/Gemma-3-R1984-12B , VIDraft/Gemma-3-R1984-27B ")
|
921 |
+
gr.Markdown("#### @Community - https://discord.gg/openfreeai ")
|
922 |
|
923 |
if __name__ == "__main__":
|
924 |
demo.launch(share=True)
|