Pendrokar commited on
Commit
408624b
β€’
1 Parent(s): 5f6ff4f

hide duplicate space, takes too much space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ gradio_app = gr.Interface(
125
  cache_examples=True,
126
  live=True,
127
  title="🎭 DeepMoji 🎭",
128
- allow_duplication=True,
129
  # flagged saved to hf dataset
130
  # FIXME: gradio sends output as a saveable filename, crashing flagging
131
  # allow_flagging="manual",
 
125
  cache_examples=True,
126
  live=True,
127
  title="🎭 DeepMoji 🎭",
128
+ # allow_duplication=True,
129
  # flagged saved to hf dataset
130
  # FIXME: gradio sends output as a saveable filename, crashing flagging
131
  # allow_flagging="manual",