| import os | |
| from PIL import Image | |
| import gradio as gr | |
| def create_interface_GLCIC(runner): | |
| with gr.Blocks(): | |
| with gr.Row(): | |
| gr.Markdown( | |
| '1. Upload the image as inputs.\n' | |
| '2. Click `Inpainting` to inpaint it.' | |
| ) | |
| import os | |
| from PIL import Image | |
| import gradio as gr | |
| def create_interface_GLCIC(runner): | |
| with gr.Blocks(): | |
| with gr.Row(): | |
| gr.Markdown( | |
| '1. Upload the image as inputs.\n' | |
| '2. Click `Inpainting` to inpaint it.' | |
| ) | |