Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -392,6 +392,7 @@ def replay_diffusion(frames, replay_speed): | |
| 392 | 
             
            css = '''.gradio-container > .fillable {max-width: 720px !important}
         | 
| 393 | 
             
            h3{margin-top: 1em}
         | 
| 394 | 
             
            p{margin-top: 0}
         | 
|  | |
| 395 | 
             
            '''
         | 
| 396 | 
             
            with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
         | 
| 397 | 
             
                gr.Markdown(
         | 
|  | |
| 392 | 
             
            css = '''.gradio-container > .fillable {max-width: 720px !important}
         | 
| 393 | 
             
            h3{margin-top: 1em}
         | 
| 394 | 
             
            p{margin-top: 0}
         | 
| 395 | 
            +
            textarea{font-family: monospace;background-color: black}
         | 
| 396 | 
             
            '''
         | 
| 397 | 
             
            with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
         | 
| 398 | 
             
                gr.Markdown(
         | 
