230902-部署Gradio到已有FastAPI及服务器中
创始人
2025-01-17 04:37:11
0

在这里插入图片描述

1. 官方例子

  • run.py
from fastapi import FastAPI import gradio as gr  CUSTOM_PATH = "/gradio"  app = FastAPI()   @app.get("/") def read_main():     return {"message": "This is your main app"}   io = gr.Interface(lambda x: "Hello, " + x + "!", "textbox", "textbox") app = gr.mount_gradio_app(app, io, path=CUSTOM_PATH)   # Run this from the terminal as you would normally start a FastAPI app: `uvicorn run:app` # and navigate to http://localhost:8000/gradio in your browser. 

运行方式:uvicorn run:app

2. 油管例子

  • gradio_ui.py
import gradio as gr   def greet(text: str) -> str:     return text   demo = gr.Interface(     fn=greet,     inputs=gr.components.Textbox(label='Input'),     outputs=gr.components.Textbox(label='Output'),     allow_flagging='never' ) 
  • run.py
from fastapi import FastAPI import gradio as gr  from gradio_ui import demo  app = FastAPI()  @app.get('/') async def root():     return 'Gradio app is running at /gradio', 200  app = gr.mount_gradio_app(app, demo, path='/gradio') 
  • 运行方式
uvicorn run:app --host 0.0.0.0 --port 5000 
  • 注意事项
1. 在命令行中的格式是<文件对象:挂载对象> 2. 文件对象,不要带py 3. 需要在同一个根目录下 

3. 视频演示

230920-部署Gradio到已有FastAPI及服务器中

4. 参考文献

  • mounting-within-another-fast-api-app
  • RajKKapadia/YouTube-Gradio-Deploy-Demo
  • How to deploy Gradio application on Server | Render | Gradio | Python - YouTube

相关内容

热门资讯

透视辅助!微信微乐游戏辅助脚本... 透视辅助!微信微乐游戏辅助脚本(透视)微乐小游戏万能修改器(都是有辅助神器)-哔哩哔哩1、首先打开辅...
透视大纲!aa poker透视... 透视大纲!aa poker透视软件(WPK真假)其实有辅助插件(哔哩哔哩)透视大纲!aa poker...
第一分钟了解!微乐小程序挂哪里... 第一分钟了解!微乐小程序挂哪里(辅助)云霄麻将开挂辅助软件-好像有挂修改器1、完成微乐小程序挂哪里有...
长期以来!微乐小程序黑科技免费... 长期以来!微乐小程序黑科技免费(透视)微信微乐游戏辅助器(切实真的有辅助软件)-哔哩哔哩1、模拟器是...
透视妙招!wepoker模拟器... 透视妙招!wepoker模拟器哪个(AApoker透视软件)总是是真的有辅助攻略(哔哩哔哩)1、金币...
第4分钟了解!哈糖大菠萝辅助神... 第4分钟了解!哈糖大菠萝辅助神器(辅助)新大圣开挂辅助下载-确实有挂修改器1、玩家可以在哈糖大菠萝辅...
透视软件!微信微乐游戏辅助脚本... 透视软件!微信微乐游戏辅助脚本(透视)微乐广西麻辣辅助(都是是有辅助下载)-哔哩哔哩1、每一步都需要...
透视模块!wepoker私人局... 透视模块!wepoker私人局透视(AApoker俱乐部)都是存在有辅助方法(哔哩哔哩)1、任何we...
一分钟了解!福建啊当大菠萝有辅... 一分钟了解!福建啊当大菠萝有辅助么(辅助)好友赣南开挂辅助下载-都是真的是有下载1、金币登录送、破产...
最新消息!微信微乐游戏辅助脚本... 最新消息!微信微乐游戏辅助脚本(透视)微信微乐辅助免费(一贯存在有辅助工具)-哔哩哔哩1、点击下载安...