robertpless commited on
Commit
fca4620
·
verified ·
1 Parent(s): c9fcecb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -34,7 +34,6 @@ demo = gr.Interface(
34
  outputs=gr.JSON(label="CLIP text embedding"),
35
  title="CLIP text encoder (ViT-B-32 / LAION-2B)",
36
  description="Returns a 512-d L2-normalized text embedding for CLIP-guided image search.",
37
- allow_flagging="never",
38
  )
39
 
40
  demo.launch()
 
34
  outputs=gr.JSON(label="CLIP text embedding"),
35
  title="CLIP text encoder (ViT-B-32 / LAION-2B)",
36
  description="Returns a 512-d L2-normalized text embedding for CLIP-guided image search.",
 
37
  )
38
 
39
  demo.launch()