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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -9
app.py CHANGED
@@ -51,18 +51,16 @@ with gr.Blocks(title="3D Garment Generator", theme=gr.themes.Default(text_size="
51
  # Левая панель параметров
52
  with gr.Column(scale=1):
53
  with gr.Accordion("3. Параметры генерации", open=False):
54
- gr.Radio(
55
  ["CircleNeckHalf", "CurvyNeckHalf", "VNeckHalf", "SquareNeckHalf",
56
- "TrapezoidNeckHalf", "CircleArcNeckHalf", "Bezier2NeckHalf"],
57
- label="Front Collar",
58
  info="Форма переднего воротника"
59
- )
60
- gr.Radio(
61
- ["CircleNeckHalf", "CurvyNeckHalf", "VNeckHalf", "SquareNeckHalf",
62
- "TrapezoidNeckHalf", "CircleArcNeckHalf", "Bezier2NeckHalf"],
63
- label="Back Collar",
64
  info="Форма заднего воротника"
65
- )
66
 
67
  with gr.Accordion("4. Render engine", open=False):
68
  gr.Radio(
 
51
  # Левая панель параметров
52
  with gr.Column(scale=1):
53
  with gr.Accordion("3. Параметры генерации", open=False):
54
+ gr.Dropdown(
55
  ["CircleNeckHalf", "CurvyNeckHalf", "VNeckHalf", "SquareNeckHalf",
56
+ "TrapezoidNeckHalf", "CircleArcNeckHalf", "Bezier2NeckHalf"],label="Front Collar",
 
57
  info="Форма переднего воротника"
58
+ ),
59
+ gr.Dropdown(
60
+ ["CircleNeckHalf", "CurvyNeckHalf", "VNeckHalf", "SquareNeckHalf",
61
+ "TrapezoidNeckHalf", "CircleArcNeckHalf", "Bezier2NeckHalf"],label="Back Collar",
 
62
  info="Форма заднего воротника"
63
+ ),
64
 
65
  with gr.Accordion("4. Render engine", open=False):
66
  gr.Radio(