akhaliq HF Staff commited on
Commit
23e28a0
·
1 Parent(s): 2222162

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ def inference(img):
14
  os.system("python inference_realbasicvsr.py configs/realbasicvsr_x4.py RealBasicVSR_x4.pth test/ results/demo_000")
15
  return "results/demo_000/test.png"
16
 
17
- gr.Interface(inference,gr.inputs.Image(type="pil"),gr.outputs.Image(type="file")).launch()
 
14
  os.system("python inference_realbasicvsr.py configs/realbasicvsr_x4.py RealBasicVSR_x4.pth test/ results/demo_000")
15
  return "results/demo_000/test.png"
16
 
17
+ gr.Interface(inference,gr.inputs.Image(type="pil"),gr.outputs.Image(type="file")).launch(enable_queue=True)