Akseltinfat commited on
Commit
7bc28ee
·
verified ·
1 Parent(s): cbc2dbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ iface = gr.Interface(
34
  fn=convert_text,
35
  inputs=[
36
  gr.Textbox(label="Enter Text", placeholder="Type text here..."),
37
- gr.Radio(["Tifinagh to Latin", "Latin to Tifinagh"], label="")
38
  ],
39
  outputs=gr.Textbox(label="Converted Text", interactive=True),
40
  live=True,
 
34
  fn=convert_text,
35
  inputs=[
36
  gr.Textbox(label="Enter Text", placeholder="Type text here..."),
37
+ gr.Radio(["Tifinagh to Latin", "Latin to Tifinagh"], label="From")
38
  ],
39
  outputs=gr.Textbox(label="Converted Text", interactive=True),
40
  live=True,