Spaces:
Sleeping
Sleeping
update gr.Radio function
Browse files
app.py
CHANGED
@@ -54,7 +54,6 @@ iface = gr.Interface(
|
|
54 |
gr.Textbox(lines=5, placeholder="Enter text (maximum 5 lines)", label="Input"),
|
55 |
gr.Radio(
|
56 |
choices=['en->ss', 'ss->en'],
|
57 |
-
default='en->ss',
|
58 |
label='Direction'),
|
59 |
],
|
60 |
outputs="text"
|
|
|
54 |
gr.Textbox(lines=5, placeholder="Enter text (maximum 5 lines)", label="Input"),
|
55 |
gr.Radio(
|
56 |
choices=['en->ss', 'ss->en'],
|
|
|
57 |
label='Direction'),
|
58 |
],
|
59 |
outputs="text"
|