mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-05 11:10:03 +08:00
* show api * chnages * add changeset * changes * changes to interface * set show_api=False * changes * development * examples * changes * add changeset * changes * changes * format * add changeset * add changeset * changes * revert * fixes * is vaild * push * fixes' * fixing * fixes * format * fixed * demo * test * format * add changeset * fix tests * fix * format * cleanup * remove * fixes * add test * format --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
6 lines
118 B
Python
6 lines
118 B
Python
import gradio as gr
|
|
|
|
demo = gr.load("gradio/test-gr-load", src="spaces")
|
|
|
|
if __name__ == "__main__":
|
|
demo.launch() |