Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,4 +8,6 @@ The General Georgian Language Model is a pretrained language model specifically
|
|
8 |
"""
|
9 |
article = "For more information and code examples, please refer to the README file and documentation available in the model repository at https://huggingface.co/Davit6174/georgian-distilbert-mlm"
|
10 |
|
11 |
-
|
|
|
|
|
|
8 |
"""
|
9 |
article = "For more information and code examples, please refer to the README file and documentation available in the model repository at https://huggingface.co/Davit6174/georgian-distilbert-mlm"
|
10 |
|
11 |
+
examples=[["α₯αα αα£αα [MASK] α‘α¬αααα α‘αααααα α αα£ααα"], ["α‘αα₯αα αααααα‘ [MASK] αααα ααα αα αα αααααα ααα ααα αα‘ααα ααααα‘"]]
|
12 |
+
|
13 |
+
gr.Interface.load("models/Davit6174/georgian-distilbert-mlm", title=title, description=description, article=article, examples=examples).launch()
|