qbhf2 commited on
Commit
8a22a31
·
verified ·
1 Parent(s): 0390e84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def run_setup_script():
22
  run_setup_script()
23
 
24
 
25
- with gr.Blocks(title="3D Garment Generator") as demo:
26
  with gr.Row():
27
  # Левый столбец (ввод параметров)
28
  with gr.Column(scale=1):
 
22
  run_setup_script()
23
 
24
 
25
+ with gr.Blocks(title="3D Garment Generator",theme=gr.themes.Default(text_size="sm")) as demo:
26
  with gr.Row():
27
  # Левый столбец (ввод параметров)
28
  with gr.Column(scale=1):