Spaces:
Running
Running
Update app.py
Browse files
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)
|