sjtu-deepvision commited on
Commit
588230c
·
verified ·
1 Parent(s): 7392562

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def process_image(input_image, resolution_option):
67
  def create_gradio_interface():
68
  # 示例图像
69
  example_images = [
70
- os.path.join("files", "image", f"{i}.png") for i in range(1, 9)
71
  ]
72
  title = "# Dereflection Any Image"
73
  description = """Official demo for **Dereflection Any Image**.
 
67
  def create_gradio_interface():
68
  # 示例图像
69
  example_images = [
70
+ os.path.join("files", "image", f"{i}.png") for i in range(1, 10)
71
  ]
72
  title = "# Dereflection Any Image"
73
  description = """Official demo for **Dereflection Any Image**.