hvoss-techfak commited on
Commit
c417fc7
·
1 Parent(s): f1e2035

description

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -379,6 +379,10 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
379
  gr.Markdown(
380
  'To remove a filament simply right-click on any of the fields and select "Delete Row"'
381
  )
 
 
 
 
382
  with gr.Row():
383
  load_csv_button = gr.UploadButton(
384
  "Load Filaments CSV", file_types=[".csv"]
 
379
  gr.Markdown(
380
  'To remove a filament simply right-click on any of the fields and select "Delete Row"'
381
  )
382
+ gr.Markdown(
383
+ 'Hint: If you have an AMS 3d printer try giving it your entire filament library and then set "pruning_max_colors" under "Autoforge Parameters" in the second tab to your number of AMS slots.'
384
+ 'Autoforge will automatically select the best matching colors for your image.'
385
+ )
386
  with gr.Row():
387
  load_csv_button = gr.UploadButton(
388
  "Load Filaments CSV", file_types=[".csv"]