Lokesh Lal Majhi commited on
Commit
ca09f46
·
1 Parent(s): f9ec5fd

Create gradio.gr

Browse files
Files changed (1) hide show
  1. gradio.gr +3 -0
gradio.gr ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+ demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Your Pilgr-image Bot")
3
+ demo.launch(share=True)