jynzo94 commited on
Commit
5d06ed0
·
1 Parent(s): 923a9d4

update title and description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,8 +60,8 @@ iface = gr.Interface(
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
 
67
  # Launch the Gradio app
 
60
  gr.JSON(label="Language Detection & Translation"),
61
  gr.JSON(label="Hate Speech Detection")
62
  ],
63
+ title="Detect language, translate, and check for offensive speech",
64
+ description="Enter text..."
65
  )
66
 
67
  # Launch the Gradio app