gr0010 commited on
Commit
57b0c19
Β·
verified Β·
1 Parent(s): 0bc74d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -7
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;">🎨 Art-0 8B Thinking Chatbot</h1>
123
  <p style="margin: 0.5rem 0;">
124
- Powered by <a href="https://huggingface.co/gr0010/Art-0-8B-development" target="_blank">Art-0-8B-development</a>
125
- - A fine-tuned Qwen3-8B model with advanced reasoning capabilities
126
  </p>
127
  </div>
128
  """)
129
 
130
  gr.Markdown(
131
  """
132
- Chat with Art-0-8B, featuring transparent reasoning display and custom personality instructions.
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 Art developed by AGI-0.
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 makes Art-0 different from other AI models?"],
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"