jeyasee commited on
Commit
02db30c
·
verified ·
1 Parent(s): d29189a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='Texts',
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.",