import gradio as gr demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Your Pilgr-image Bot") demo.launch(share=True) git add app.py git commit -m "Add application file" git push