Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,9 +22,11 @@ End of the document<|end|>
|
|
22 |
"""
|
23 |
|
24 |
bloom_template = """{source} text:
|
25 |
-
|
|
|
26 |
======
|
27 |
{target} translated text:
|
|
|
28 |
"""
|
29 |
|
30 |
model_kwargs={
|
|
|
22 |
"""
|
23 |
|
24 |
bloom_template = """{source} text:
|
25 |
+
======
|
26 |
+
{query}
|
27 |
======
|
28 |
{target} translated text:
|
29 |
+
======
|
30 |
"""
|
31 |
|
32 |
model_kwargs={
|