language detection
Build-Deploy-Actions
Details
Build-Deploy-Actions
Details
This commit is contained in:
parent
f94c86b8a6
commit
877a197dba
5
app.py
5
app.py
|
@ -53,8 +53,7 @@ gr.Interface(
|
|||
outputs=outputs,
|
||||
verbose=True,
|
||||
examples = examples,
|
||||
title="Language Detector 🔠",
|
||||
description="A simple interface to detect 45 languages.",
|
||||
article=article,
|
||||
css = "footer {visibility: hidden}",
|
||||
allow_flagging = "never",
|
||||
theme=theme
|
||||
).launch(server_name= "0.0.0.0")
|
||||
|
|
Loading…
Reference in New Issue