mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-15 02:11:15 +08:00
9bf16c2211
* api view with basic html * added base docs for raw inputs/outputs * reading correct url from frontend * styling * fill in the blank request snippet * post a request from docs * post button and random generator * styling * added view the api to interface * style changes * corrected input output docs * prefill with example instead of random * added curl and javascript syntax * removed scrollbars * API doc fixes * added correct docs to all pre/post processing methods * updated to new doc style * live demo with sample inputs * fixing golden screenshots * correct timeseries preprocess doc * correct timeseries preprocess doc * correct timeseries preprocess doc * fixed overwrite issue * remove static from git * fix merge * fix tests * fix tests * fix tests Co-authored-by: Ali Abid <you@example.comgit>
40 lines
498 B
Plaintext
40 lines
498 B
Plaintext
venv
|
|
dist/
|
|
.eggs/
|
|
gradio.egg-info/*
|
|
!gradio.egg-info/requires.txt
|
|
!gradio.egg-info/PKG-INFO
|
|
*.pyc
|
|
staticfiles
|
|
.env
|
|
.coverage
|
|
coverage.xml
|
|
*.sqlite3
|
|
.idea/*
|
|
*.ipynb
|
|
.ipynb_checkpoints/*
|
|
models/*
|
|
.models/*
|
|
gradio_files/*
|
|
ngrok*
|
|
examples/ngrok*
|
|
gradio-flagged/*
|
|
.DS_Store
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
demo/models/*
|
|
*.h5
|
|
docs.json
|
|
*.bak
|
|
demo/tmp.zip
|
|
demo/flagged
|
|
test.txt
|
|
build/
|
|
gradio/launches.json
|
|
gradio/templates/frontend/static
|
|
workspace.code-workspace
|
|
*.db
|
|
demo/files/*.avi
|
|
demo/files/*.mp4
|