Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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()
|