jynzo94 commited on
Commit
923a9d4
·
1 Parent(s): 3cc55ba

update title and description

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. app.py +1 -1
.DS_Store ADDED
Binary file (6.15 kB). View file
 
app.py CHANGED
@@ -60,7 +60,7 @@ iface = gr.Interface(
60
  gr.JSON(label="Language Detection & Translation"),
61
  gr.JSON(label="Hate Speech Detection")
62
  ],
63
- title="Language & Hate Speech Detection with Translation",
64
  description="Enter text to detect its language, translate it to English if needed, and check for hate speech."
65
  )
66
 
 
60
  gr.JSON(label="Language Detection & Translation"),
61
  gr.JSON(label="Hate Speech Detection")
62
  ],
63
+ title="XPoll Creation - detect language, translate, and check for offensive speech",
64
  description="Enter text to detect its language, translate it to English if needed, and check for hate speech."
65
  )
66