Update app.py
Browse files
app.py
CHANGED
@@ -76,4 +76,4 @@ demo = gr.Interface(
|
|
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)
|
|
|
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)
|