Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -248,7 +248,7 @@ with gr.Blocks(analytics_enabled=False) as demo: | |
| 248 | 
             
                        input_text_gr = gr.Textbox(
         | 
| 249 | 
             
                            label="Text Prompt",
         | 
| 250 | 
             
                            info="One or two sentences at a time is better. Up to 200 text characters.",
         | 
| 251 | 
            -
                            value=" | 
| 252 | 
             
                        )
         | 
| 253 | 
             
                        style_gr = gr.Dropdown(
         | 
| 254 | 
             
                            label="Style",
         | 
|  | |
| 248 | 
             
                        input_text_gr = gr.Textbox(
         | 
| 249 | 
             
                            label="Text Prompt",
         | 
| 250 | 
             
                            info="One or two sentences at a time is better. Up to 200 text characters.",
         | 
| 251 | 
            +
                            value="The bustling city square bustled with street performers, tourists, and local vendors.",
         | 
| 252 | 
             
                        )
         | 
| 253 | 
             
                        style_gr = gr.Dropdown(
         | 
| 254 | 
             
                            label="Style",
         | 
 
			

