Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -689,6 +689,19 @@ def modified_run(message, history, system_prompt, max_new_tokens, use_web_search
|
|
689 |
yield output_so_far + f"\n\n(Image generation error: {e})", gallery_update
|
690 |
|
691 |
examples = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
692 |
[
|
693 |
{
|
694 |
"text": "Compare the contents of two PDF files.",
|
@@ -772,18 +785,7 @@ examples = [
|
|
772 |
"text": "A cute Persian cat is smiling while holding a cover with 'I LOVE YOU' written on it.",
|
773 |
}
|
774 |
],
|
775 |
-
|
776 |
-
{
|
777 |
-
"text": "제품 ID 807ZPKBL9V 의 제품명을 알려줘.",
|
778 |
-
"files": []
|
779 |
-
}
|
780 |
-
],
|
781 |
-
[
|
782 |
-
{
|
783 |
-
"text": "AAPL의 현재 주가를 알려줘.",
|
784 |
-
"files": []
|
785 |
-
}
|
786 |
-
],
|
787 |
]
|
788 |
|
789 |
css = """
|
@@ -795,14 +797,17 @@ css = """
|
|
795 |
max-width: none !important;
|
796 |
}
|
797 |
"""
|
|
|
798 |
title_html = """
|
799 |
-
<h1 align="center" style="margin-bottom: 0.2em; font-size: 1.6em;"> 💘
|
800 |
<p align="center" style="font-size:1.1em; color:#555;">
|
801 |
-
|
802 |
-
|
|
|
803 |
</p>
|
804 |
"""
|
805 |
|
|
|
806 |
with gr.Blocks(css=css, title="HeartSync - World") as demo:
|
807 |
gr.Markdown(title_html)
|
808 |
|
|
|
689 |
yield output_so_far + f"\n\n(Image generation error: {e})", gallery_update
|
690 |
|
691 |
examples = [
|
692 |
+
|
693 |
+
[
|
694 |
+
{
|
695 |
+
"text": "AAPL의 현재 주가를 알려줘.",
|
696 |
+
"files": []
|
697 |
+
}
|
698 |
+
],
|
699 |
+
[
|
700 |
+
{
|
701 |
+
"text": "제품 ID 807ZPKBL9V 의 제품명을 알려줘.",
|
702 |
+
"files": []
|
703 |
+
}
|
704 |
+
],
|
705 |
[
|
706 |
{
|
707 |
"text": "Compare the contents of two PDF files.",
|
|
|
785 |
"text": "A cute Persian cat is smiling while holding a cover with 'I LOVE YOU' written on it.",
|
786 |
}
|
787 |
],
|
788 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
789 |
]
|
790 |
|
791 |
css = """
|
|
|
797 |
max-width: none !important;
|
798 |
}
|
799 |
"""
|
800 |
+
|
801 |
title_html = """
|
802 |
+
<h1 align="center" style="margin-bottom: 0.2em; font-size: 1.6em;"> 💘 Agentic AI – MCO(Model Context Open-json) 💘 </h1>
|
803 |
<p align="center" style="font-size:1.1em; color:#555;">
|
804 |
+
MCP is outclassed – MCO empowers you to create any agent with just one line of JSON. <br>
|
805 |
+
A lightweight and powerful AI service offering ChatGPT-4o-level multimodal interaction, real-time web search, and FLUX image generation for local installation. <br>
|
806 |
+
✅Agentic AI ✅MCP < MCO(Model Context Open-json) ✅Multimodal & VLM ✅Reasoning ✅Uncensored ✅Deep Research(Web Search) ✅FLUX Image Generation
|
807 |
</p>
|
808 |
"""
|
809 |
|
810 |
+
|
811 |
with gr.Blocks(css=css, title="HeartSync - World") as demo:
|
812 |
gr.Markdown(title_html)
|
813 |
|