B3ND3L commited on
Commit
bc250cb
·
verified ·
1 Parent(s): 3124c7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def detecter_toxicite(texte):
47
 
48
 
49
  with gr.Blocks() as demo:
50
- gr.Markdown("# Hugging Face Demo")
51
 
52
  with gr.Tab("Modération de texte"):
53
  text_input = gr.Textbox(label="Prompt", placeholder="Je suis le text a modérer", lines=4, scale=2)
 
47
 
48
 
49
  with gr.Blocks() as demo:
50
+ gr.Markdown("# Test modération")
51
 
52
  with gr.Tab("Modération de texte"):
53
  text_input = gr.Textbox(label="Prompt", placeholder="Je suis le text a modérer", lines=4, scale=2)