2019-02-19 17:19:19 +08:00
|
|
|
MANIFEST.in
|
2019-02-19 16:26:09 +08:00
|
|
|
README.md
|
|
|
|
setup.py
|
|
|
|
gradio/__init__.py
|
2019-03-07 04:02:37 +08:00
|
|
|
gradio/imagenet_class_labels.py
|
2019-02-19 16:26:09 +08:00
|
|
|
gradio/inputs.py
|
2019-02-25 15:34:07 +08:00
|
|
|
gradio/interface.py
|
2019-02-19 16:26:09 +08:00
|
|
|
gradio/networking.py
|
|
|
|
gradio/outputs.py
|
|
|
|
gradio/preprocessing_utils.py
|
2019-03-26 03:06:56 +08:00
|
|
|
gradio/validation_data.py
|
2019-02-19 16:26:09 +08:00
|
|
|
gradio.egg-info/PKG-INFO
|
|
|
|
gradio.egg-info/SOURCES.txt
|
|
|
|
gradio.egg-info/dependency_links.txt
|
|
|
|
gradio.egg-info/requires.txt
|
2019-02-19 17:19:19 +08:00
|
|
|
gradio.egg-info/top_level.txt
|
2019-03-10 10:05:30 +08:00
|
|
|
gradio/static/config.json
|
2019-03-07 04:11:58 +08:00
|
|
|
gradio/static/css/.DS_Store
|
2019-03-26 03:06:56 +08:00
|
|
|
gradio/static/css/font-awesome.min.css
|
2019-03-07 04:11:58 +08:00
|
|
|
gradio/static/css/gradio.css
|
2019-03-26 03:06:56 +08:00
|
|
|
gradio/static/css/loading.css
|
2019-03-07 04:11:58 +08:00
|
|
|
gradio/static/css/style.css
|
|
|
|
gradio/static/img/logo.png
|
|
|
|
gradio/static/img/logo_inline.png
|
2019-03-10 10:05:30 +08:00
|
|
|
gradio/static/img/logo_mini.png
|
2019-03-07 04:11:58 +08:00
|
|
|
gradio/static/img/mic.png
|
2019-03-26 03:06:56 +08:00
|
|
|
gradio/static/img/table.png
|
2019-03-07 04:11:58 +08:00
|
|
|
gradio/static/img/webcam.png
|
|
|
|
gradio/static/js/all-io.js
|
2019-03-26 03:06:56 +08:00
|
|
|
gradio/static/js/jquery-3.2.1.slim.min.js
|
2019-03-07 04:11:58 +08:00
|
|
|
gradio/static/js/utils.js
|
2019-03-07 04:02:37 +08:00
|
|
|
gradio/templates/base_template.html
|
2019-03-26 03:06:56 +08:00
|
|
|
gradio/templates/input/csv.html
|
2019-03-10 10:19:11 +08:00
|
|
|
gradio/templates/input/image_upload.html
|
|
|
|
gradio/templates/input/sketchpad.html
|
|
|
|
gradio/templates/input/textbox.html
|
2019-03-26 03:06:56 +08:00
|
|
|
gradio/templates/output/image.html
|
2019-03-10 10:19:11 +08:00
|
|
|
gradio/templates/output/label.html
|
|
|
|
gradio/templates/output/textbox.html
|
2019-03-07 04:02:37 +08:00
|
|
|
test/test_inputs.py
|
|
|
|
test/test_interface.py
|
|
|
|
test/test_networking.py
|
|
|
|
test/test_outputs.py
|