Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Commit 
							
							·
						
						3f3887b
	
1
								Parent(s):
							
							06aaa7c
								
Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -177,9 +177,8 @@ with gr.Blocks(css=css) as demo: | |
| 177 | 
             
                        </div>
         | 
| 178 | 
             
                    """)
         | 
| 179 | 
             
                with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):    
         | 
| 180 | 
            -
                     | 
| 181 | 
            -
             | 
| 182 | 
            -
                        text_button = gr.Button("Generate", variant='primary', elem_id="gen-button")
         | 
| 183 | 
             
                with gr.Row():    
         | 
| 184 | 
             
                    with gr.Column(scale=1):
         | 
| 185 | 
             
                        image_output = gr.Image(elem_id="gallery")
         | 
|  | |
| 177 | 
             
                        </div>
         | 
| 178 | 
             
                    """)
         | 
| 179 | 
             
                with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):    
         | 
| 180 | 
            +
                    prompt = gr.Textbox(label="Prompt", placeholder="a cute cat, 8k", show_label=True, lines=1, elem_id="prompt-text-input")
         | 
| 181 | 
            +
                    text_button = gr.Button("Generate", variant='primary', elem_id="gen-button")
         | 
|  | |
| 182 | 
             
                with gr.Row():    
         | 
| 183 | 
             
                    with gr.Column(scale=1):
         | 
| 184 | 
             
                        image_output = gr.Image(elem_id="gallery")
         | 

