Spaces:
Runtime error
Runtime error
Added more instructions
Browse files
app.py
CHANGED
@@ -75,10 +75,13 @@ def main():
|
|
75 |
]
|
76 |
|
77 |
with gr.Blocks() as demo:
|
78 |
-
gr.
|
79 |
-
|
80 |
-
|
81 |
-
|
|
|
|
|
|
|
82 |
with gr.Row():
|
83 |
with gr.Column(scale=1, min_width=100):
|
84 |
generate_button = gr.Button("Generate")
|
|
|
75 |
]
|
76 |
|
77 |
with gr.Blocks() as demo:
|
78 |
+
gr.Markdown("""
|
79 |
+
#### RDM: Region-Aware Diffusion for Zero-shot Text-driven Image Editing
|
80 |
+
Original Github Repo: https://github.com/haha-lisa/RDM-Region-Aware-Diffusion-Model <br/>
|
81 |
+
Instructions: <br/>
|
82 |
+
- In the "From Text" field, specify the object you are trying to modify,
|
83 |
+
- In the "edit instruction" field, specify what you want that area to be turned into
|
84 |
+
""")
|
85 |
with gr.Row():
|
86 |
with gr.Column(scale=1, min_width=100):
|
87 |
generate_button = gr.Button("Generate")
|