Spaces:
Sleeping
Sleeping
HanzhouLiu commited on
Commit ·
2c25769
1
Parent(s): 50e8463
png in app py
Browse files
app.py
CHANGED
|
@@ -111,11 +111,11 @@ demo = gr.Interface(
|
|
| 111 |
"Upload a blurry image to see how XYScanNet restores it using a Mamba-based vision state-space model."
|
| 112 |
),
|
| 113 |
examples=[
|
| 114 |
-
["examples/blur1.
|
| 115 |
["examples/blur2.png"],
|
| 116 |
-
["examples/blur3.
|
| 117 |
-
["examples/blur4.
|
| 118 |
-
["examples/blur5.
|
| 119 |
],
|
| 120 |
allow_flagging="never",
|
| 121 |
)
|
|
|
|
| 111 |
"Upload a blurry image to see how XYScanNet restores it using a Mamba-based vision state-space model."
|
| 112 |
),
|
| 113 |
examples=[
|
| 114 |
+
["examples/blur1.png"],
|
| 115 |
["examples/blur2.png"],
|
| 116 |
+
["examples/blur3.png"],
|
| 117 |
+
["examples/blur4.png"],
|
| 118 |
+
["examples/blur5.png"],
|
| 119 |
],
|
| 120 |
allow_flagging="never",
|
| 121 |
)
|