MK-316 commited on
Commit
1798aa6
1 Parent(s): 9f0ed87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ iface = gr.Interface(
80
  gr.Number(label= "Start Number (x)"),
81
  gr.Number(label = "End Number (y)"),
82
  gr.Markdown("#### [3] Audio options (text): Two, 'able'. 'Able' is noun."),
83
- gr.Radio(label="Audio Option", choices=["Audio with number", "Audio without number", "Word only"]),
84
  gr.Markdown("#### Select Part of Speech"), # Adding a label for POS options
85
  gr.Checkbox(label="Any", value=False),
86
  gr.Checkbox(label="Noun", value=False),
 
80
  gr.Number(label= "Start Number (x)"),
81
  gr.Number(label = "End Number (y)"),
82
  gr.Markdown("#### [3] Audio options (text): Two, 'able'. 'Able' is noun."),
83
+ gr.Radio(label="Audio Option", choices=["Audio with number/POS", "Audio with POS", "Word only"]),
84
  gr.Markdown("#### Select Part of Speech"), # Adding a label for POS options
85
  gr.Checkbox(label="Any", value=False),
86
  gr.Checkbox(label="Noun", value=False),