Spaces:
Sleeping
Sleeping
update
Browse files
main.py
CHANGED
@@ -89,7 +89,10 @@ def main():
|
|
89 |
outputs.Textbox(label="prob"),
|
90 |
],
|
91 |
examples=lang_id_examples,
|
92 |
-
description=brief_description
|
|
|
|
|
|
|
93 |
)
|
94 |
|
95 |
blocks.launch(
|
|
|
89 |
outputs.Textbox(label="prob"),
|
90 |
],
|
91 |
examples=lang_id_examples,
|
92 |
+
description=brief_description,
|
93 |
+
title="Language Identification",
|
94 |
+
server_name="127.0.0.1" if platform.system() == "Windows" else "0.0.0.0",
|
95 |
+
server_port=7860
|
96 |
)
|
97 |
|
98 |
blocks.launch(
|