HoneyTian commited on
Commit
2e23485
·
1 Parent(s): 12b5af4
Files changed (1) hide show
  1. main.py +4 -1
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(