Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ demo = gr.Interface(
|
|
74 |
}
|
75 |
""",
|
76 |
theme= 'EveryPizza/Cartoony-Gradio-Theme',
|
77 |
-
|
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)
|