Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -25,7 +25,7 @@ with gr.Blocks() as generated_output: | |
| 25 | 
             
                # Hello World!
         | 
| 26 | 
             
                Start typing below to see the output.
         | 
| 27 | 
             
                """)
         | 
| 28 | 
            -
                inp =  | 
| 29 | 
             
                out = gr.Textbox()
         | 
| 30 | 
             
                inp.change(welcome, inp, out)
         | 
| 31 |  | 
|  | |
| 25 | 
             
                # Hello World!
         | 
| 26 | 
             
                Start typing below to see the output.
         | 
| 27 | 
             
                """)
         | 
| 28 | 
            +
                inp = sepia_interface
         | 
| 29 | 
             
                out = gr.Textbox()
         | 
| 30 | 
             
                inp.change(welcome, inp, out)
         | 
| 31 |  | 
