9-Building_and_sharing_demos-7-Gradio_check

中英文对照学习,效果更佳!
原课程链接:https://huggingface.co/course/chapter9/8?fw=pt

Gradio, check!

格瑞德,检查!

Ask a Question

问一个问题

This wraps up the chapter on building cool ML demos with Gradio - we hope you enjoyed it! To recap, in this chapter we learned:

这是关于用GRadio构建很酷的ML演示的最后一章-我们希望你喜欢它!总而言之,在本章中,我们了解到:

  • How to create Gradio demos with the high-level Interface API, and how to configure different input and output modalities.
  • Different ways to share Gradio demos, through temporary links and hosting on Hugging Face Spaces.
  • How to integrate Gradio demos with models and Spaces on the Hugging Face Hub.
  • Advanced features like storing state in a demo or providing authentication.
  • How to have full control of the data flow and layout of your demo with Gradio Blocks.

If you’d like to test your understanding of the concepts covered in this chapter, check out the quiz in the next section!

如何使用高级的`InterfaceAPI创建GRadio演示,以及如何配置不同的输入和输出模式。通过临时链接和在Hugging Face空间上托管不同的方式来共享GRadio演示。如何将GRadio演示与拥抱面集线器上的模型和空间集成。高级功能,如在演示中存储状态或提供身份验证。如何使用GRadio Block完全控制演示的数据流和布局。如果您希望测试您对本章所述概念的理解,请查看下一节的测验!™

Where to next?

下一步去哪里?

If you want to learn more about Gradio you can

如果您想了解更多关于GRadio的信息,您可以

  • Take a look at Demos in the repo, there are quite a lot of examples there.
  • See the Guides page, where you can find guides about cool and advanced features.
  • Check the Docs page to learn the details.