Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	File size: 372 Bytes
			
			54d6187  | 
								1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19  | 
								[tool.poetry]
name = "allflux"
version = "0.1.0"
description = ""
authors = ["mantrakp <mantrakp@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
gradio = {extras = ["oauth"], version = "^5.9.1"}
spaces = "^0.31.1"
torch = "^2.5.1"
torchvision = "^0.20.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
 |