Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ demo = gr.ChatInterface(
|
|
83 |
],
|
84 |
cache_examples=False,
|
85 |
type="messages",
|
86 |
-
description="""# gpt-oss-20b
|
87 |
Give it a couple of seconds to start. You can adjust reasoning level in the system prompt like "Reasoning: high." Click to view thinking process (default is on).""",
|
88 |
fill_height=True,
|
89 |
textbox=gr.Textbox(
|
|
|
83 |
],
|
84 |
cache_examples=False,
|
85 |
type="messages",
|
86 |
+
description="""# gpt-oss-20b Demo
|
87 |
Give it a couple of seconds to start. You can adjust reasoning level in the system prompt like "Reasoning: high." Click to view thinking process (default is on).""",
|
88 |
fill_height=True,
|
89 |
textbox=gr.Textbox(
|