mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
22 lines
536 B
Plaintext
22 lines
536 B
Plaintext
MANIFEST.in
|
|
README.md
|
|
setup.py
|
|
gradio/__init__.py
|
|
gradio/imagenet_class_labels.py
|
|
gradio/inputs.py
|
|
gradio/interface.py
|
|
gradio/networking.py
|
|
gradio/outputs.py
|
|
gradio/preprocessing_utils.py
|
|
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/templates/base_template.html
|
|
gradio/templates/image_upload_input.html
|
|
gradio/templates/label_output.html
|
|
test/test_inputs.py
|
|
test/test_interface.py
|
|
test/test_networking.py
|
|
test/test_outputs.py |