Update app.py
Browse files
app.py
CHANGED
@@ -72,4 +72,4 @@ demo = gr.Interface(
|
|
72 |
theme= 'EveryPizza/Cartoony-Gradio-Theme',
|
73 |
# 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>"
|
74 |
)
|
75 |
-
demo.launch(show_error=True
|
|
|
72 |
theme= 'EveryPizza/Cartoony-Gradio-Theme',
|
73 |
# 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>"
|
74 |
)
|
75 |
+
demo.launch(show_error=True)
|