TejAndrewsACC commited on
Commit
abb86cb
·
verified ·
1 Parent(s): 854b0c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -111,7 +111,6 @@ demo = gr.ChatInterface(
111
  respond,
112
  title="⚜️🤖-ACC-o3-R-🤖⚜️",
113
  description="ACC-o3-R is a powerful reasoning model created by the ACC.",
114
- examples=["How many 'r's are in strawberry?", "Tell me about the ACC.", "Who are you?"],
115
  additional_inputs=[
116
  gr.Slider(minimum=1, maximum=2048, value=2048, step=1, label="📏o3's Maximum Response Length📏"),
117
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="👨‍🎨o3's Creativity👨‍🎨"),
 
111
  respond,
112
  title="⚜️🤖-ACC-o3-R-🤖⚜️",
113
  description="ACC-o3-R is a powerful reasoning model created by the ACC.",
 
114
  additional_inputs=[
115
  gr.Slider(minimum=1, maximum=2048, value=2048, step=1, label="📏o3's Maximum Response Length📏"),
116
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="👨‍🎨o3's Creativity👨‍🎨"),