Spaces:
Running
Running
Update
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<div align="center">
|
| 2 |
|
| 3 |
<h1><a href="https://arxiv.org/abs/2303.01681">Dense Pixel-to-Pixel Harmonization via <br /> Continuous Image Representation</a></h1>
|
|
@@ -168,7 +179,7 @@ applications of the proposed method are explored.
|
|
| 168 |
|
| 169 |
## Visualization GUI
|
| 170 |
|
| 171 |
-
We provide a GUI based on Gradio for visualizing the intermediate results of our method. You can run the following command to start it locally, or make use of our provided [Huggingface Space]().
|
| 172 |
```bash
|
| 173 |
python app.py
|
| 174 |
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: INR-Harmon - Harmonize Any Image You Want!
|
| 3 |
+
emoji: ππββοΈ
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: pink
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 3.24.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
<div align="center">
|
| 13 |
|
| 14 |
<h1><a href="https://arxiv.org/abs/2303.01681">Dense Pixel-to-Pixel Harmonization via <br /> Continuous Image Representation</a></h1>
|
|
|
|
| 179 |
|
| 180 |
## Visualization GUI
|
| 181 |
|
| 182 |
+
We provide a GUI based on Gradio for visualizing the intermediate results of our method. You can run the following command to start it locally, or make use of our provided [Huggingface Space](https://huggingface.co/spaces/WindVChen/INR-Harmon).
|
| 183 |
```bash
|
| 184 |
python app.py
|
| 185 |
```
|