teticio commited on
Commit
f049f5e
1 Parent(s): ec1ff5d

type hints

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def inbertolate(doc: str,
124
  temperature: float = temperature,
125
  typical_p: float = typical_p,
126
  max_iter: int = max_iter,
127
- burnin: int = burnin):
128
  """ Pad out document generating every other sentence
129
 
130
  Args:
 
124
  temperature: float = temperature,
125
  typical_p: float = typical_p,
126
  max_iter: int = max_iter,
127
+ burnin: int = burnin) -> str:
128
  """ Pad out document generating every other sentence
129
 
130
  Args: