File size: 241 Bytes
dfab724
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import requests
DOCKER_LOCAL_HOST = '0.0.0.0' 
import gradio as gr
import asyncio
if __name__ == "__main__":
    gr.close_all()
    requests.post(f"http://{DOCKER_LOCAL_HOST}:{ 2000 }/api/append/module", json={"module" : "src.demo.module"})