Commit 
							
							·
						
						4e1e67e
	
1
								Parent(s):
							
							c316233
								
Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -26,4 +26,4 @@ demo = gr.Interface(get_adult_content, inputs = gr.inputs.Textbox(label= "Input | |
| 26 | 
             
                                outputs = gr.outputs.Textbox(label='Category'))
         | 
| 27 |  | 
| 28 | 
             
            if __name__ == "__main__":
         | 
| 29 | 
            -
            demo.launch(debug=True)
         | 
|  | |
| 26 | 
             
                                outputs = gr.outputs.Textbox(label='Category'))
         | 
| 27 |  | 
| 28 | 
             
            if __name__ == "__main__":
         | 
| 29 | 
            +
              demo.launch(debug=True)
         | 
