Spaces:
Runtime error
Runtime error
Update demo/infer.py
Browse files- demo/infer.py +1 -1
demo/infer.py
CHANGED
|
@@ -175,7 +175,7 @@ class LiveCCDemoInfer:
|
|
| 175 |
message: str,
|
| 176 |
history: list,
|
| 177 |
state: dict,
|
| 178 |
-
do_sample: bool =
|
| 179 |
repetition_penalty: float = 1.05,
|
| 180 |
hf_spaces: bool = False,
|
| 181 |
**kwargs,
|
|
|
|
| 175 |
message: str,
|
| 176 |
history: list,
|
| 177 |
state: dict,
|
| 178 |
+
do_sample: bool = True,
|
| 179 |
repetition_penalty: float = 1.05,
|
| 180 |
hf_spaces: bool = False,
|
| 181 |
**kwargs,
|