Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -938,7 +938,7 @@ def create_gradio_interface():
|
|
| 938 |
with gr.Column(elem_classes="paper-info"):
|
| 939 |
gr.HTML("""
|
| 940 |
<h3>DIFFusion Demo</h3>
|
| 941 |
-
<p>Text-based AI image editing can be tricky, as language often fails to capture precise visual ideas, and users may not always know what they want. Our image-guided editing method learns transformations directly from the differences between two image groups, removing the need for detailed verbal descriptions. Designed for scientific applications, it highlights subtle differences in visually similar image categories. It also applies to nicely to marketing, adapting new products into scenes by managing small interior design details. Choose between four datasets, then adjust the tskip (higher = less edit) and manipulation scalar (higher = more edit) to explore the editing effects. A Gradio demo in our GitHub code release lets users upload datasets and try the method (GPU required).</p>
|
| 942 |
""")
|
| 943 |
|
| 944 |
# Counterfactual Generation Section
|
|
|
|
| 938 |
with gr.Column(elem_classes="paper-info"):
|
| 939 |
gr.HTML("""
|
| 940 |
<h3>DIFFusion Demo</h3>
|
| 941 |
+
<p>Text-based AI image editing can be tricky, as language often fails to capture precise visual ideas, and users may not always know what they want. Our image-guided editing method learns transformations directly from the differences between two image groups, removing the need for detailed verbal descriptions. Designed for scientific applications, it highlights subtle differences in visually similar image categories. It also applies to nicely to marketing, adapting new products into scenes by managing small interior design details. Choose between four example datasets, then adjust the tskip (higher = less edit) and manipulation scalar (higher = more edit) to explore the editing effects. A Gradio demo in our GitHub code release lets users upload datasets and try the method (GPU required).</p>
|
| 942 |
""")
|
| 943 |
|
| 944 |
# Counterfactual Generation Section
|