Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -61,7 +61,7 @@ def calculatePerplexities(text): | |
| 61 | 
             
            demo = gr.Interface(
         | 
| 62 | 
             
                    fn=calculatePerplexities, 
         | 
| 63 | 
             
                    inputs=gr.Textbox(placeholder="Copy and paste here...", label="Content Box"), 
         | 
| 64 | 
            -
                    outputs=gr. | 
| 65 | 
             
                    interpretation="default",
         | 
| 66 | 
             
                    )
         | 
| 67 | 
             
            demo.launch(show_api=False)
         | 
|  | |
| 61 | 
             
            demo = gr.Interface(
         | 
| 62 | 
             
                    fn=calculatePerplexities, 
         | 
| 63 | 
             
                    inputs=gr.Textbox(placeholder="Copy and paste here...", label="Content Box"), 
         | 
| 64 | 
            +
                    outputs=gr.JSON(),
         | 
| 65 | 
             
                    interpretation="default",
         | 
| 66 | 
             
                    )
         | 
| 67 | 
             
            demo.launch(show_api=False)
         | 
