Fabrice-TIERCELIN commited on
Commit
0984390
·
verified ·
1 Parent(s): f8af1bf

Missing allocation argument

Browse files
Files changed (1) hide show
  1. gradio_demo.py +3 -2
gradio_demo.py CHANGED
@@ -476,7 +476,7 @@ title_html = """
476
 
477
  <p>This is an online demo of SUPIR, a practicing model scaling for photo-realistic image restoration.
478
  It is still a research project under tested and is not yet a stable commercial product.
479
- LlaVa is not integrated in this demo. The content added by SUPIR is imagination, not real-world information.
480
  The aim of SUPIR is the beauty and the illustration.
481
  Most of the processes only last few minutes.
482
  This demo can handle huge images but the process will be aborted if it lasts more than 9 min.
@@ -758,7 +758,8 @@ with gr.Blocks(title="SUPIR") as interface:
758
  spt_linear_CFG,
759
  spt_linear_s_stage2,
760
  model_select,
761
- output_format
 
762
  ], outputs = [
763
  result_slider,
764
  result_gallery,
 
476
 
477
  <p>This is an online demo of SUPIR, a practicing model scaling for photo-realistic image restoration.
478
  It is still a research project under tested and is not yet a stable commercial product.
479
+ The content added by SUPIR is imagination, not real-world information.
480
  The aim of SUPIR is the beauty and the illustration.
481
  Most of the processes only last few minutes.
482
  This demo can handle huge images but the process will be aborted if it lasts more than 9 min.
 
758
  spt_linear_CFG,
759
  spt_linear_s_stage2,
760
  model_select,
761
+ output_format,
762
+ allocation
763
  ], outputs = [
764
  result_slider,
765
  result_gallery,