amish1729 commited on
Commit
097c633
·
1 Parent(s): d3d8d2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ demo = gr.Interface(
74
  }
75
  """,
76
  theme= 'EveryPizza/Cartoony-Gradio-Theme',
77
- ,cache_examples=False
78
  # article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2204.04676' target='_blank'>Simple Baselines for Image Restoration</a> | <a href='https://arxiv.org/abs/2204.08714' target='_blank'>NAFSSR: Stereo Image Super-Resolution Using NAFNet</a> | <a href='https://github.com/megvii-research/NAFNet' target='_blank'> Github Repo</a></p>"
79
  )
80
  demo.launch(show_error=True)
 
74
  }
75
  """,
76
  theme= 'EveryPizza/Cartoony-Gradio-Theme',
77
+ cache_examples=False
78
  # article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2204.04676' target='_blank'>Simple Baselines for Image Restoration</a> | <a href='https://arxiv.org/abs/2204.08714' target='_blank'>NAFSSR: Stereo Image Super-Resolution Using NAFNet</a> | <a href='https://github.com/megvii-research/NAFNet' target='_blank'> Github Repo</a></p>"
79
  )
80
  demo.launch(show_error=True)