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-04-11 05:02:06 +08:00
|
|
|
gradio/strings.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
|
2019-04-11 05:02:06 +08:00
|
|
|
gradio/static/css/interfaces/input/csv.css
|
|
|
|
gradio/static/css/interfaces/input/image_upload.css
|
|
|
|
gradio/static/css/interfaces/input/sketchpad.css
|
|
|
|
gradio/static/css/interfaces/input/textbox.css
|
|
|
|
gradio/static/css/interfaces/output/image.css
|
|
|
|
gradio/static/css/interfaces/output/label.css
|
|
|
|
gradio/static/css/interfaces/output/textbox.css
|
|
|
|
gradio/static/css/vendor/tui-color-picker.css
|
|
|
|
gradio/static/css/vendor/tui-image-editor.css
|
2019-03-07 04:11:58 +08:00
|
|
|
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
|
2019-04-11 05:02:06 +08:00
|
|
|
gradio/static/img/vendor/icon-a.svg
|
|
|
|
gradio/static/img/vendor/icon-b.svg
|
|
|
|
gradio/static/img/vendor/icon-c.svg
|
|
|
|
gradio/static/img/vendor/icon-d.svg
|
|
|
|
gradio/static/js/all_io.js
|
|
|
|
gradio/static/js/load_interfaces.js
|
2019-03-07 04:11:58 +08:00
|
|
|
gradio/static/js/utils.js
|
2019-03-26 04:17:46 +08:00
|
|
|
gradio/static/js/interfaces/input/csv.js
|
|
|
|
gradio/static/js/interfaces/input/image_upload.js
|
|
|
|
gradio/static/js/interfaces/input/sketchpad.js
|
|
|
|
gradio/static/js/interfaces/input/textbox.js
|
|
|
|
gradio/static/js/interfaces/output/image.js
|
|
|
|
gradio/static/js/interfaces/output/label.js
|
|
|
|
gradio/static/js/interfaces/output/textbox.js
|
2019-04-11 05:02:06 +08:00
|
|
|
gradio/static/js/vendor/FileSaver.min.js
|
|
|
|
gradio/static/js/vendor/black-theme.js
|
|
|
|
gradio/static/js/vendor/fabric.js
|
|
|
|
gradio/static/js/vendor/jquery.min.js
|
2019-03-26 04:17:46 +08:00
|
|
|
gradio/static/js/vendor/papaparse.min.js
|
|
|
|
gradio/static/js/vendor/sketchpad.js
|
2019-04-11 05:02:06 +08:00
|
|
|
gradio/static/js/vendor/tui-code-snippet.min.js
|
|
|
|
gradio/static/js/vendor/tui-color-picker.js
|
|
|
|
gradio/static/js/vendor/tui-image-editor.js
|
|
|
|
gradio/static/js/vendor/white-theme.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
|