Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,6 @@ gr.Interface(
|
|
41 |
fn=detect_language,
|
42 |
inputs=gr.Textbox("Enter your text here"),
|
43 |
outputs='Texts',
|
44 |
-
verbose=True,
|
45 |
examples = examples,
|
46 |
title="Language Detector 🔠",
|
47 |
description="A simple interface to detect 45 languages.",
|
|
|
41 |
fn=detect_language,
|
42 |
inputs=gr.Textbox("Enter your text here"),
|
43 |
outputs='Texts',
|
|
|
44 |
examples = examples,
|
45 |
title="Language Detector 🔠",
|
46 |
description="A simple interface to detect 45 languages.",
|