Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|