Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ if __name__ == '__main__':
|
|
75 |
demo_status = "Demo is running on CPU"
|
76 |
description = f"Details: https://github.com/facebookresearch/fairseq/tree/nllb. {demo_status}"
|
77 |
examples = [
|
78 |
-
['Chinese
|
79 |
]
|
80 |
|
81 |
gr.Interface(translation,
|
|
|
75 |
demo_status = "Demo is running on CPU"
|
76 |
description = f"Details: https://github.com/facebookresearch/fairseq/tree/nllb. {demo_status}"
|
77 |
examples = [
|
78 |
+
['Yue Chinese', 'English', '你食咗飯未?']
|
79 |
]
|
80 |
|
81 |
gr.Interface(translation,
|