Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -119,18 +119,16 @@ with gr.Blocks(theme=gr.themes.Soft(), fill_height=True, css=custom_css) as demo
|
|
| 119 |
# Model info and CTA section
|
| 120 |
gr.HTML("""
|
| 121 |
<div class="model-info">
|
| 122 |
-
<h1 style="margin: 0; font-size: 2em;"
|
| 123 |
<p style="margin: 0.5rem 0;">
|
| 124 |
-
Powered by <a href="https://huggingface.co/gr0010/
|
| 125 |
-
- A fine-tuned Qwen3-8B model with advanced reasoning capabilities
|
| 126 |
</p>
|
| 127 |
</div>
|
| 128 |
""")
|
| 129 |
|
| 130 |
gr.Markdown(
|
| 131 |
"""
|
| 132 |
-
Chat with
|
| 133 |
-
The model shows its internal thought process when solving problems.
|
| 134 |
"""
|
| 135 |
)
|
| 136 |
|
|
@@ -139,7 +137,7 @@ with gr.Blocks(theme=gr.themes.Soft(), fill_height=True, css=custom_css) as demo
|
|
| 139 |
gr.Markdown("### π System Prompt (Personality & Behavior)")
|
| 140 |
system_prompt = gr.Textbox(
|
| 141 |
value="""Personality Instructions:
|
| 142 |
-
You are an AI assistant named
|
| 143 |
Reasoning Instructions:
|
| 144 |
Think using bullet points and short sentences to simulate thoughts and emoticons to simulate emotions""",
|
| 145 |
label="System Prompt",
|
|
@@ -185,7 +183,7 @@ Think using bullet points and short sentences to simulate thoughts and emoticons
|
|
| 185 |
["There are 5 birds on a branch. A hunter shoots one. How many birds are left?"],
|
| 186 |
["Explain quantum computing step by step."],
|
| 187 |
["Write a Python function to calculate the factorial of a number."],
|
| 188 |
-
["What
|
| 189 |
],
|
| 190 |
inputs=user_input,
|
| 191 |
label="π‘ Example Prompts"
|
|
|
|
| 119 |
# Model info and CTA section
|
| 120 |
gr.HTML("""
|
| 121 |
<div class="model-info">
|
| 122 |
+
<h1 style="margin: 0; font-size: 2em;">CustomThinker - Prompt How It Thinks</h1>
|
| 123 |
<p style="margin: 0.5rem 0;">
|
| 124 |
+
Powered by <a href="https://huggingface.co/gr0010/CustomThinker-0-8B" target="_blank">CustomThinker-0-8B</a>
|
|
|
|
| 125 |
</p>
|
| 126 |
</div>
|
| 127 |
""")
|
| 128 |
|
| 129 |
gr.Markdown(
|
| 130 |
"""
|
| 131 |
+
Chat with CustomThinker-0-8B.
|
|
|
|
| 132 |
"""
|
| 133 |
)
|
| 134 |
|
|
|
|
| 137 |
gr.Markdown("### π System Prompt (Personality & Behavior)")
|
| 138 |
system_prompt = gr.Textbox(
|
| 139 |
value="""Personality Instructions:
|
| 140 |
+
You are an AI assistant named Assistant.
|
| 141 |
Reasoning Instructions:
|
| 142 |
Think using bullet points and short sentences to simulate thoughts and emoticons to simulate emotions""",
|
| 143 |
label="System Prompt",
|
|
|
|
| 183 |
["There are 5 birds on a branch. A hunter shoots one. How many birds are left?"],
|
| 184 |
["Explain quantum computing step by step."],
|
| 185 |
["Write a Python function to calculate the factorial of a number."],
|
| 186 |
+
["What is the first word you write in your response to this."],
|
| 187 |
],
|
| 188 |
inputs=user_input,
|
| 189 |
label="π‘ Example Prompts"
|