guetLzy commited on
Commit
976a1fb
·
verified ·
1 Parent(s): 0c9b170

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def enhance_image(input_image, model_name, outscale, face_enhance):
111
  return output
112
 
113
  # Gradio 界面
114
- with gr.Blocks(title="Real-ESRGAN 图像超分辨率") as app:
115
  gr.Markdown("## Real-ESRGAN 图像超分辨率系统")
116
  gr.Markdown("上传图像,选择模型和参数,生成高清图像!")
117
 
 
111
  return output
112
 
113
  # Gradio 界面
114
+ with gr.Blocks(title="Real-ESRGAN 图像超分辨率",theme="NoCrypt/miku") as app:
115
  gr.Markdown("## Real-ESRGAN 图像超分辨率系统")
116
  gr.Markdown("上传图像,选择模型和参数,生成高清图像!")
117