Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse files
README.md
CHANGED
@@ -1,19 +1,20 @@
|
|
1 |
---
|
2 |
title: PMRF
|
3 |
emoji: 🖼️
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.44.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
tags:
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
17 |
---
|
18 |
|
19 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: PMRF
|
3 |
emoji: 🖼️
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.44.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
tags:
|
12 |
+
- upscaler
|
13 |
+
- super-resolution
|
14 |
+
- image-restoration
|
15 |
+
- flow-matching
|
16 |
+
- rectified-flow
|
17 |
+
short_description: A gradio demo for Posterior-Mean Rectified Flow (PMRF)
|
18 |
---
|
19 |
|
20 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|