PatrickSchrML commited on
Commit
2fafc0a
1 Parent(s): fd5301f

removed note adv options

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -278,7 +278,7 @@ with block:
278
  share_button = gr.Button("Share to community", elem_id="share-btn")
279
 
280
  with gr.Row(elem_id="advanced-options"):
281
- gr.Markdown("Advanced settings are temporarily unavailable")
282
  samples = gr.Slider(label="Images", minimum=1, maximum=2, value=2, step=1)
283
  steps = gr.Slider(label="Steps", minimum=50, maximum=50, value=50, step=1)
284
  scale = gr.Slider(
 
278
  share_button = gr.Button("Share to community", elem_id="share-btn")
279
 
280
  with gr.Row(elem_id="advanced-options"):
281
+ #gr.Markdown("Advanced settings are temporarily unavailable")
282
  samples = gr.Slider(label="Images", minimum=1, maximum=2, value=2, step=1)
283
  steps = gr.Slider(label="Steps", minimum=50, maximum=50, value=50, step=1)
284
  scale = gr.Slider(