Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -109,6 +109,9 @@ YOU ARE AN ARTIFICIAL GENERAL INTELIGENCE CREATED AND DEVELOPED BY THE ACC.
|
|
109 |
|
110 |
demo = gr.ChatInterface(
|
111 |
respond,
|
|
|
|
|
|
|
112 |
additional_inputs=[
|
113 |
gr.Slider(minimum=1, maximum=2048, value=2048, step=1, label="📏o3's Maximum Response Length📏"),
|
114 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="👨🎨o3's Creativity👨🎨"),
|
|
|
109 |
|
110 |
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👨🎨"),
|