Commit 
							
							·
						
						29b4824
	
1
								Parent(s):
							
							90789f2
								
Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -184,7 +184,7 @@ with gr.Blocks(css=css) as demo: 
     | 
|
| 184 | 
         
             
                        with gr.Row():
         
     | 
| 185 | 
         
             
                            prompt = gr.Textbox(label="Your prompt", info="Rearrange the trigger words into a coherent prompt", show_label=False, interactive=True, elem_id="prompt")
         
     | 
| 186 | 
         
             
                            run_btn = gr.Button("Run", elem_id="run_button")
         
     | 
| 187 | 
         
            -
                        output_image = gr.Image(label="Output", height=355, elem_id="output_image")
         
     | 
| 188 | 
         
             
                        with gr.Row(visible=False, elem_id="post_gen_info") as post_gen_info:
         
     | 
| 189 | 
         
             
                            with gr.Column(min_width=10):
         
     | 
| 190 | 
         
             
                                thumbs_up = gr.Button("👍", elem_id="thumbs_up_unclicked")
         
     | 
| 
         | 
|
| 184 | 
         
             
                        with gr.Row():
         
     | 
| 185 | 
         
             
                            prompt = gr.Textbox(label="Your prompt", info="Rearrange the trigger words into a coherent prompt", show_label=False, interactive=True, elem_id="prompt")
         
     | 
| 186 | 
         
             
                            run_btn = gr.Button("Run", elem_id="run_button")
         
     | 
| 187 | 
         
            +
                        output_image = gr.Image(label="Output", height=355, elem_id="output_image", interactive=False)
         
     | 
| 188 | 
         
             
                        with gr.Row(visible=False, elem_id="post_gen_info") as post_gen_info:
         
     | 
| 189 | 
         
             
                            with gr.Column(min_width=10):
         
     | 
| 190 | 
         
             
                                thumbs_up = gr.Button("👍", elem_id="thumbs_up_unclicked")
         
     |