codeslake commited on
Commit
62744f4
1 Parent(s): 709fd3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,6 +72,6 @@ article = "<p style='text-align: center'><b>To check the full capability of the
72
  #Image.open('LR.png').save(os.path.join(LR_path, '0000.png'))
73
  #Image.open('LR.png')
74
 
75
- examples=[['LR.png'], ['Ref.png']]
76
 
77
  gr.Interface(inference,[gr.inputs.Image(type="pil"), gr.inputs.Image(type="pil")],gr.outputs.Image(type="file"),title=title,description=description,article=article,theme ="peach",examples=examples).launch(enable_queue=True)
 
72
  #Image.open('LR.png').save(os.path.join(LR_path, '0000.png'))
73
  #Image.open('LR.png')
74
 
75
+ examples=[['LR.png', 'Ref.png']]
76
 
77
  gr.Interface(inference,[gr.inputs.Image(type="pil"), gr.inputs.Image(type="pil")],gr.outputs.Image(type="file"),title=title,description=description,article=article,theme ="peach",examples=examples).launch(enable_queue=True)