qbhf2 commited on
Commit
15a0f0b
·
verified ·
1 Parent(s): fe202be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks(title="3D Garment Generator", theme=gr.themes.Default(text_size="
65
  )
66
 
67
  with gr.Accordion("4. Render engine", open=False):
68
- gr.Dropdown(
69
  ["BPY", "Pyrender/Open3D", "Maya"],
70
  label="Выберите рендер движок",
71
  value="Pyrender/Open3D"
 
65
  )
66
 
67
  with gr.Accordion("4. Render engine", open=False):
68
+ gr.Radio(
69
  ["BPY", "Pyrender/Open3D", "Maya"],
70
  label="Выберите рендер движок",
71
  value="Pyrender/Open3D"