Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ Supported languages:\n
|
|
40 |
gr.Interface(
|
41 |
fn=detect_language,
|
42 |
inputs=gr.Textbox("Enter your text here"),
|
43 |
-
outputs=
|
44 |
examples = examples,
|
45 |
title="Language Detector 🔠",
|
46 |
description="A simple interface to detect 45 languages.",
|
|
|
40 |
gr.Interface(
|
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.",
|