Spaces:
Running
on
Zero
Running
on
Zero
added model download
Browse files
app.py
CHANGED
@@ -55,6 +55,7 @@ def load_model(fp):
|
|
55 |
temperature=0.4,
|
56 |
grammar=grammar
|
57 |
)
|
|
|
58 |
|
59 |
s = output['choices'][0]['text']
|
60 |
print(f'{s} , len(s) = {len(s)}')
|
|
|
55 |
temperature=0.4,
|
56 |
grammar=grammar
|
57 |
)
|
58 |
+
print(f'Returned... {output}')
|
59 |
|
60 |
s = output['choices'][0]['text']
|
61 |
print(f'{s} , len(s) = {len(s)}')
|