Spaces:
Sleeping
Sleeping
translate_radio clean-up
Browse files
app.py
CHANGED
@@ -190,8 +190,7 @@ with block:
|
|
190 |
inputs=[formality_radio, formality_state],
|
191 |
outputs=[formality_state])
|
192 |
|
193 |
-
translate_to_radio = gr.Radio(label="Translate to:", choices=[
|
194 |
-
TRANSLATE_TO_DEFAULT, "emojis", "Gen Z slang", "how the stereotypical Karen would say it", "Pirate"], value=TRANSLATE_TO_DEFAULT)
|
195 |
|
196 |
|
197 |
# translate_to_radio = gr.Radio(label="Translate to:", choices=[
|
|
|
190 |
inputs=[formality_radio, formality_state],
|
191 |
outputs=[formality_state])
|
192 |
|
193 |
+
translate_to_radio = gr.Radio(label="Translate to:", choices=[TRANSLATE_TO_DEFAULT, "emojis", "Gen Z slang", "how the stereotypical Karen would say it", "Pirate"], value=TRANSLATE_TO_DEFAULT)
|
|
|
194 |
|
195 |
|
196 |
# translate_to_radio = gr.Radio(label="Translate to:", choices=[
|