This website requires JavaScript.
Explore
Help
Sign In
mirror
/
gradio
Watch
2
Star
0
Fork
0
You've already forked gradio
mirror of
https://github.com/gradio-app/gradio.git
synced
2024-12-15 02:11:15 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9b42ba8f10
gradio
/
demo
/
file_component
/
run.py
7 lines
76 B
Python
Raw
Normal View
History
Unescape
Escape
Update guides esp plots (#8907) * changes * changes * revert changes * changes * add changeset * notebooks script * changes * changes --------- Co-authored-by: Ali Abid <aliabid94@gmail.com> Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> Co-authored-by: Ali Abdalla <ali.si3luwa@gmail.com>
2024-07-30 13:08:51 +08:00
import
gradio
as
gr
Upload all demos to spaces (#2281) * upload all demos in the repo to spaces * remove upload_demos from recipes, fix error * load docs and guides demos from spaces * Remove old demos dir, container, nginx and docker-compose * update landing page spaces through /demo * fix run filenames * skip demos without a run.py file * fix embedding in guides and docs * update only on version change * fix restart script * fix broken demos * add component demos * website tracking pip * fix embedded components * fix components * fix extra slash * remove footers correctly * Update CHANGELOG.md * fix race condition * add inner_template to gitignore * set runfile to run.py * fix time.sleep after testing * check for prereleases
2022-10-15 05:07:26 +08:00
Remove css (#4831)
2023-07-08 00:44:16 +08:00
with
gr
.
Blocks
(
)
as
demo
:
Upload all demos to spaces (#2281) * upload all demos in the repo to spaces * remove upload_demos from recipes, fix error * load docs and guides demos from spaces * Remove old demos dir, container, nginx and docker-compose * update landing page spaces through /demo * fix run filenames * skip demos without a run.py file * fix embedding in guides and docs * update only on version change * fix restart script * fix broken demos * add component demos * website tracking pip * fix embedded components * fix components * fix extra slash * remove footers correctly * Update CHANGELOG.md * fix race condition * add inner_template to gitignore * set runfile to run.py * fix time.sleep after testing * check for prereleases
2022-10-15 05:07:26 +08:00
gr
.
File
(
)
Update guides esp plots (#8907) * changes * changes * revert changes * changes * add changeset * notebooks script * changes * changes --------- Co-authored-by: Ali Abid <aliabid94@gmail.com> Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> Co-authored-by: Ali Abdalla <ali.si3luwa@gmail.com>
2024-07-30 13:08:51 +08:00
demo
.
launch
(
)
Reference in New Issue
Copy Permalink