Pilgr-Image_BOT / gradio.gr
Lokesh Lal Majhi
Create gradio.gr
ca09f46
raw
history blame
152 Bytes
import gradio as gr
demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Your Pilgr-image Bot")
demo.launch(share=True)