Spaces:
Running
Running
Akseltinfat
commited on
Update app.py
Browse files
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,
|