YC-Chen commited on
Commit
728416b
·
verified ·
1 Parent(s): ae8d511

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -147,10 +147,8 @@ with gr.Blocks() as demo:
147
  "priority": "HIGH",
148
  "parameters": {
149
  "temperature": str(message),
150
- "top_k": 10000,
151
  "top_p": float(top_p),
152
  "max_new_tokens": int(max_new_tokens),
153
-
154
  }
155
  }
156
 
 
147
  "priority": "HIGH",
148
  "parameters": {
149
  "temperature": str(message),
 
150
  "top_p": float(top_p),
151
  "max_new_tokens": int(max_new_tokens),
 
152
  }
153
  }
154