Spaces:
No application file
No application file
Lokesh Lal Majhi
commited on
Commit
·
38bd6de
1
Parent(s):
ca09f46
Update gradio.gr
Browse files
gradio.gr
CHANGED
@@ -1,3 +1,6 @@
|
|
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)
|
|
|
|
|
|
|
|
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)
|
4 |
+
git add app.py
|
5 |
+
git commit -m "Add application file"
|
6 |
+
git push
|