egoing commited on
Commit
acd96dd
Β·
1 Parent(s): 7cd92f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ app = gr.Interface(
19
  inputs=[gr.Radio(["ko2en", "en2ko"]), gr.Textbox(placeholder="검색어")],
20
  outputs="text",
21
  examples=[["ko2en", "μ‚¬μž"]],
22
- flag_allow="auto"
23
  )
24
 
25
  app.launch()
 
19
  inputs=[gr.Radio(["ko2en", "en2ko"]), gr.Textbox(placeholder="검색어")],
20
  outputs="text",
21
  examples=[["ko2en", "μ‚¬μž"]],
22
+ allow_flagging="auto"
23
  )
24
 
25
  app.launch()