c16bc85 b675cf6 c16bc85 b675cf6 c16bc85 fcb8f25
1
2
3
4
5
6
7
8
9
10
11
12
import gradio as gr import image_edit_demo import image_edit_chat with gr.Blocks() as demo: image_edit_chat.demo.render() with demo.route("PicEdit"): image_edit_demo.demo.render() if __name__ == "__main__": demo.launch()