Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -425,10 +425,10 @@ with gr.Blocks() as demo:
|
|
| 425 |
|
| 426 |
# 添加范例
|
| 427 |
examples = [
|
| 428 |
-
[
|
| 429 |
-
[
|
| 430 |
-
[
|
| 431 |
-
[
|
| 432 |
]
|
| 433 |
gr.Examples(
|
| 434 |
examples=examples,
|
|
|
|
| 425 |
|
| 426 |
# 添加范例
|
| 427 |
examples = [
|
| 428 |
+
[None, "https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.5.0/realesr-general-x4v3.pth", "", "1,3,128,128", "0,0,0,0"],
|
| 429 |
+
[None, "https://github.com/Phhofm/models/releases/download/4xNomos8kSC/4xNomos8kSC.pth", "", "1,3,128,128", "0,0,0,0"],
|
| 430 |
+
[None, "https://github.com/Phhofm/models/releases/download/1xDeJPG/1xDeJPG_SRFormer_light.pth", "", "1,3,128,128", "0,0,0,0"],
|
| 431 |
+
[None, "https://objectstorage.us-phoenix-1.oraclecloud.com/n/ax6ygfvpvzka/b/open-modeldb-files/o/4x-WTP-ColorDS.pth", "", "1,3,128,128", "0,0,0,0"],
|
| 432 |
]
|
| 433 |
gr.Examples(
|
| 434 |
examples=examples,
|