Rooni commited on
Commit
0782038
·
1 Parent(s): cac4c70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def main():
68
  gr.Column(seed, "Расширенные настройки"),
69
  ),
70
  gr.Row(
71
- gr.Column(algorithm, "Улучшение качества"),
72
  ),
73
  ],
74
  outputs=gr.Image(),
 
68
  gr.Column(seed, "Расширенные настройки"),
69
  ),
70
  gr.Row(
71
+ algorithm, # Assuming 'algorithm' is a single component
72
  ),
73
  ],
74
  outputs=gr.Image(),