make gitignore changes and test fix

This commit is contained in:
Ali Abid 2021-08-11 18:31:37 +00:00
parent 4d5409c461
commit a026806b43
3 changed files with 1 additions and 66 deletions

View File

@ -14,7 +14,7 @@ jobs:
python3 -m venv venv
. venv/bin/activate
pip install --upgrade pip
pip install -r gradio.egg-info/requires.txt
python3 gradio/setup.py install
pip install selenium==4.0.0a6.post2
- run:
command: |

View File

@ -1,50 +0,0 @@
LICENSE
MANIFEST.in
README.md
setup.py
gradio/__init__.py
gradio/component.py
gradio/embeddings.py
gradio/encryptor.py
gradio/external.py
gradio/inputs.py
gradio/interface.py
gradio/interpretation.py
gradio/mix.py
gradio/networking.py
gradio/notebook.py
gradio/outputs.py
gradio/processing_utils.py
gradio/strings.py
gradio/test_data.py
gradio/tunneling.py
gradio/utils.py
gradio/version.txt
gradio.egg-info/PKG-INFO
gradio.egg-info/SOURCES.txt
gradio.egg-info/dependency_links.txt
gradio.egg-info/requires.txt
gradio.egg-info/top_level.txt
gradio/frontend/asset-manifest.json
gradio/frontend/index.html
gradio/frontend/static/bundle.css
gradio/frontend/static/bundle.css.map
gradio/frontend/static/bundle.js
gradio/frontend/static/bundle.js.LICENSE.txt
gradio/frontend/static/bundle.js.map
gradio/frontend/static/css/main.1c7a53e3.css
gradio/frontend/static/css/main.1c7a53e3.css.map
gradio/frontend/static/css/main.22c25130.css
gradio/frontend/static/css/main.2ed025e4.css
gradio/frontend/static/css/main.2ed025e4.css.map
gradio/frontend/static/css/main.b74df5ce.css
gradio/frontend/static/css/main.b74df5ce.css.map
gradio/frontend/static/css/main.cb3c60d6.css
gradio/frontend/static/media/logo.411acfd1.svg
gradio/frontend/static/media/logo_loading.e93acd82.jpg
test/test_demos.py
test/test_inputs.py
test/test_interfaces.py
test/test_interpretation.py
test/test_mix.py
test/test_outputs.py

View File

@ -1,15 +0,0 @@
Flask-Cors>=3.0.8
Flask-Login
Flask>=1.1.1
analytics-python
ffmpy
flask-cachebuster
markdown2
matplotlib
numpy
pandas
paramiko
pillow
pycryptodome
requests
scipy