codeslake commited on
Commit
f814047
·
1 Parent(s): 8cc6935

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ Ref = resize(Image.open('Ref.png')).save('Ref.png')
95
  examples={"LR": 'LR.png', "Ref": 'Ref.png'}
96
 
97
  ## interface
98
- gr.Interface(inference,{"LR": gr.inputs.Image(type="pil"), "Ref (recommended to have 2x resolution of LR)":, gr.inputs.Image(type="pil")}, {"Output (4x)": gr.outputs.Image(type="file")},title=title,description=description,article=article,theme ="peach",examples=examples).launch(enable_queue=True)
99
 
100
  #################### 8K ##################
101
  ## inference
 
95
  examples={"LR": 'LR.png', "Ref": 'Ref.png'}
96
 
97
  ## interface
98
+ gr.Interface(inference,{"LR": gr.inputs.Image(type="pil"), "Ref (recommended to have 2x resolution of LR)": gr.inputs.Image(type="pil")}, {"Output (4x)": gr.outputs.Image(type="file")},title=title,description=description,article=article,theme ="peach",examples=examples).launch(enable_queue=True)
99
 
100
  #################### 8K ##################
101
  ## inference