Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ def image_properties(img):
|
|
171 |
|
172 |
def main():
|
173 |
# Gradio Interface
|
174 |
-
with gr.Blocks(title="Real-ESRGAN Gradio Demo") as demo:
|
175 |
|
176 |
gr.Markdown(
|
177 |
"""# <div align="center"> Real-ESRGAN Demo for Image Restoration and Upscaling </div>
|
|
|
171 |
|
172 |
def main():
|
173 |
# Gradio Interface
|
174 |
+
with gr.Blocks(title="Real-ESRGAN Gradio Demo", theme="dark") as demo:
|
175 |
|
176 |
gr.Markdown(
|
177 |
"""# <div align="center"> Real-ESRGAN Demo for Image Restoration and Upscaling </div>
|