fffiloni commited on
Commit
79ee8ea
·
verified ·
1 Parent(s): b9fc3f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -334,7 +334,8 @@ with gr.Blocks(css=css) as demo:
334
  label="current space sleep time",
335
  choices = [
336
  "Don't sleep", "5 minutes", "15 minutes", "30 minutes", "1 hour", "10 hours", "24 hours", "48 hours", "72 hours", "1 week"
337
- ]
 
338
  )
339
 
340
  training_type = gr.Radio(label="Training type", choices=["style", "concept"], value="style", visible=False)
 
334
  label="current space sleep time",
335
  choices = [
336
  "Don't sleep", "5 minutes", "15 minutes", "30 minutes", "1 hour", "10 hours", "24 hours", "48 hours", "72 hours", "1 week"
337
+ ],
338
+ filterable=False
339
  )
340
 
341
  training_type = gr.Radio(label="Training type", choices=["style", "concept"], value="style", visible=False)