havas79 commited on
Commit
785f9c7
1 Parent(s): 02e68d5

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>