AxionLab-official commited on
Commit
6466d60
·
verified ·
1 Parent(s): 07e5c93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks(title="Supra-50M Instruct") as demo:
117
  gr.Markdown("### ⚙️ Parameters")
118
  system_prompt = gr.Textbox(
119
  label="System prompt",
120
- value="You are a helpful and concise assistant.",
121
  lines=3,
122
  )
123
  max_new_tokens = gr.Slider(
 
117
  gr.Markdown("### ⚙️ Parameters")
118
  system_prompt = gr.Textbox(
119
  label="System prompt",
120
+ value="",
121
  lines=3,
122
  )
123
  max_new_tokens = gr.Slider(