Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -274,7 +274,7 @@ def load_predefined_images1(): 
     | 
|
| 274 | 
         
             
                ]
         
     | 
| 275 | 
         
             
                return predefined_images1
         
     | 
| 276 | 
         | 
| 277 | 
         
            -
            with gr.Blocks(theme=gr.themes.Base( 
     | 
| 278 | 
         
             
                gr.Markdown(DESCRIPTIONXX)
         
     | 
| 279 | 
         
             
                with gr.Row():
         
     | 
| 280 | 
         
             
                    prompt = gr.Text(
         
     | 
| 
         | 
|
| 274 | 
         
             
                ]
         
     | 
| 275 | 
         
             
                return predefined_images1
         
     | 
| 276 | 
         | 
| 277 | 
         
            +
            with gr.Blocks(theme=gr.themes.Base()) as demo:
         
     | 
| 278 | 
         
             
                gr.Markdown(DESCRIPTIONXX)
         
     | 
| 279 | 
         
             
                with gr.Row():
         
     | 
| 280 | 
         
             
                    prompt = gr.Text(
         
     |