Fediory commited on
Commit
a9806f4
·
1 Parent(s): f625260

fix: weights

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ interface = gr.Interface(
66
  fn=process_image,
67
  inputs=[
68
  gr.Image(label="Low-light Image", type="pil"),
69
- gr.Radio(choices=['Yes','No'],label="Image Score"),
70
  gr.Radio(choices=pth_files2,label="Model Weights",info="Choose your model. The best models are \"SICE.pth\" and \"generalization.pth\"."),
71
  gr.Slider(0.1,10,label="gamma curve",step=0.01,value=1.0, info="Best range is [0.5,2.5]."),
72
  gr.Slider(0,2,label="Alpha-s",step=0.01,value=1.0, info="Higher is more saturated."),
 
66
  fn=process_image,
67
  inputs=[
68
  gr.Image(label="Low-light Image", type="pil"),
69
+ gr.Radio(choices=['Yes','No'],label="Image Score",info="Calculation NIQE and BRISQUE, default is \"No\"."),
70
  gr.Radio(choices=pth_files2,label="Model Weights",info="Choose your model. The best models are \"SICE.pth\" and \"generalization.pth\"."),
71
  gr.Slider(0.1,10,label="gamma curve",step=0.01,value=1.0, info="Best range is [0.5,2.5]."),
72
  gr.Slider(0,2,label="Alpha-s",step=0.01,value=1.0, info="Higher is more saturated."),