alvanlii commited on
Commit
a47de98
1 Parent(s): 0408ef5

Added more instructions

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -75,10 +75,13 @@ def main():
75
  ]
76
 
77
  with gr.Blocks() as demo:
78
- gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 7px;">
79
- RDM: Region-Aware Diffusion for Zero-shot Text-driven Image Editing
80
- </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
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")