Spaces:
Runtime error
Runtime error
kargaranamir
commited on
Merge branch 'main' of https://huggingface.co/spaces/cis-lmu/GlotLID-space
Browse files
app.py
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
# coding=utf-8
|
2 |
# Copyright 2023 The GlotLID Authors.
|
3 |
# Lint as: python3
|
4 |
-
"""
|
5 |
-
GlotLID Space
|
6 |
-
"""
|
7 |
|
8 |
-
|
|
|
|
|
9 |
|
10 |
|
11 |
import constants
|
|
|
1 |
# coding=utf-8
|
2 |
# Copyright 2023 The GlotLID Authors.
|
3 |
# Lint as: python3
|
|
|
|
|
|
|
4 |
|
5 |
+
|
6 |
+
# This space is built based on AMR-KELEG/ALDi space.
|
7 |
+
# GlotLID Space
|
8 |
|
9 |
|
10 |
import constants
|