Spaces:
				
			
			
	
			
			
		Configuration error
		
	
	
	
			
			
	
	
	
	
		
		
		Configuration error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -15,4 +15,4 @@ examples = [ 
     | 
|
| 15 | 
         
             
            demo = gr.Interface(fn=generate, inputs=gr.inputs.Textbox(lines=5, label="Input Text"), outputs=gr.outputs.Textbox(label="Generated Text"), 
         
     | 
| 16 | 
         
             
                                examples=examples)
         
     | 
| 17 | 
         | 
| 18 | 
         
            -
            demo.launch( 
     | 
| 
         | 
|
| 15 | 
         
             
            demo = gr.Interface(fn=generate, inputs=gr.inputs.Textbox(lines=5, label="Input Text"), outputs=gr.outputs.Textbox(label="Generated Text"), 
         
     | 
| 16 | 
         
             
                                examples=examples)
         
     | 
| 17 | 
         | 
| 18 | 
         
            +
            demo.launch()
         
     |