Pendrokar commited on
Commit
12ea991
β€’
1 Parent(s): 2bfa3bf
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -85,7 +85,10 @@ gradio_app = gr.Interface(
85
  ],
86
  cache_examples=True,
87
  live=True,
88
- title="🎭 DeepMoji 🎭"
 
 
 
89
  )
90
 
91
  if __name__ == "__main__":
 
85
  ],
86
  cache_examples=True,
87
  live=True,
88
+ title="🎭 DeepMoji 🎭",
89
+ allow_duplication=True,
90
+ allow_flagging="manual",
91
+ flagging_options=["sarcasm/innuendo 😏", "Top # unsuitable/other"]
92
  )
93
 
94
  if __name__ == "__main__":