File size: 213 Bytes
ca09f46
 
38bd6de
 
 
 
1
2
3
4
5
6
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