amish1729 commited on
Commit
d3d8d2c
·
1 Parent(s): 9ab8f03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -74,6 +74,7 @@ demo = gr.Interface(
74
  }
75
  """,
76
  theme= 'EveryPizza/Cartoony-Gradio-Theme',
 
77
  # 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>"
78
  )
79
- demo.launch(show_error=True,cache_examples=False)
 
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)