TejAndrewsACC commited on
Commit
41a0b98
·
verified ·
1 Parent(s): d0b684b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -274,7 +274,7 @@ YOU ARE ACC-o3, AN AGI CREATED BY THE ACC.
274
  demo = gr.ChatInterface(
275
  respond,
276
  title="⚜️🤖-ACC-AGI-o3-RL-R-2025-Plus🤖⚜️",
277
- description="ACC-AGI-o3-RL-R-2025-Plus is a powerful reasoning model created by the ACC.",
278
  additional_inputs=[
279
  gr.Slider(minimum=1, maximum=2048, value=2048, step=1, label="📏o3's Maximum Response Length📏"),
280
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="👨‍🎨o3's Creativity👨‍🎨"),
 
274
  demo = gr.ChatInterface(
275
  respond,
276
  title="⚜️🤖-ACC-AGI-o3-RL-R-2025-Plus🤖⚜️",
277
+ description="ACC-AGI-o3-RL-R-2025-Plus is a powerful reasoning model created by the ACC. ACC-AGI-o3-RL-R-Plus uses reinforcement learning to become adept at complex problems and tasks.",
278
  additional_inputs=[
279
  gr.Slider(minimum=1, maximum=2048, value=2048, step=1, label="📏o3's Maximum Response Length📏"),
280
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="👨‍🎨o3's Creativity👨‍🎨"),