Spaces:
Runtime error
Runtime error
Max Brodeur-Urbas
commited on
Commit
·
6c6f6c6
1
Parent(s):
8a6be38
update description
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ with gr.Blocks() as demo:
|
|
110 |
with gr.Row():
|
111 |
gr.Markdown("# Litmus")
|
112 |
with gr.Row():
|
113 |
-
gr.Markdown("A tool for detecting
|
114 |
with gr.Row():
|
115 |
with gr.Column(scale=1):
|
116 |
audio = gr.Audio(type="filepath", source="microphone", label="Voice Recording")
|
|
|
110 |
with gr.Row():
|
111 |
gr.Markdown("# Litmus")
|
112 |
with gr.Row():
|
113 |
+
gr.Markdown("A tool for detecting toxicity in voice chat and user demographic with only few seconds of audio. Record a short clip of your voice (3 or more seconds) or try out some of our examples. If the response is incorrect be sure to flag it so we can improve! Leave a comment or PM me on hugging face if you have any questions!")
|
114 |
with gr.Row():
|
115 |
with gr.Column(scale=1):
|
116 |
audio = gr.Audio(type="filepath", source="microphone", label="Voice Recording")
|