Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,8 @@ demo = gr.Interface(
|
|
73 |
font-size: xx-large;
|
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 |
)
|
|
|
73 |
font-size: xx-large;
|
74 |
}
|
75 |
""",
|
76 |
+
# theme= 'EveryPizza/Cartoony-Gradio-Theme',
|
77 |
+
theme = 'xiaobaiyuan/theme_brief',
|
78 |
cache_examples=False
|
79 |
# 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>"
|
80 |
)
|