Spaces:
Runtime error
Runtime error
Added more instructions
Browse files
app.py
CHANGED
@@ -74,9 +74,8 @@ def main():
|
|
74 |
with gr.Blocks() as demo:
|
75 |
gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 7px;">
|
76 |
RDM: Region-Aware Diffusion for Zero-shot Text-driven Image Editing
|
77 |
-
</h1>
|
78 |
-
|
79 |
-
</p>""")
|
80 |
with gr.Row():
|
81 |
with gr.Column(scale=1, min_width=100):
|
82 |
generate_button = gr.Button("Generate")
|
|
|
74 |
with gr.Blocks() as demo:
|
75 |
gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 7px;">
|
76 |
RDM: Region-Aware Diffusion for Zero-shot Text-driven Image Editing
|
77 |
+
</h1> In the "From Text" field, specify the object you are trying to modify, in the "edit instruction" field, specify what you want that area to be turned into
|
78 |
+
""")
|
|
|
79 |
with gr.Row():
|
80 |
with gr.Column(scale=1, min_width=100):
|
81 |
generate_button = gr.Button("Generate")
|