Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
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,
|
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**.
|