Spaces:
Runtime error
Runtime error
File size: 402 Bytes
7165e24 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
from setuptools import setup
setup(
name='neural-style',
version='',
packages=[],
install_requires=[
'opencv-python==4.4.0.46',
'tensorflow==2.3.0',
'streamlit==0.70.0',
'numpy==1.19.4',
'grpcio==1.33.2',
'tensorflow-serving-api==2.3.0',
],
url='',
license='',
author='albert',
author_email='',
description=''
)
|