Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def transliterate_to_sinhala(text):
|
|
53 |
model = "tiiuae/falcon-7b-instruct"
|
54 |
|
55 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
56 |
-
text_gen_pipeline =
|
57 |
"text-generation",
|
58 |
model=model,
|
59 |
tokenizer=tokenizer,
|
|
|
53 |
model = "tiiuae/falcon-7b-instruct"
|
54 |
|
55 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
56 |
+
text_gen_pipeline = pipeline(
|
57 |
"text-generation",
|
58 |
model=model,
|
59 |
tokenizer=tokenizer,
|