Drexx007 commited on
Commit
e8ed037
·
1 Parent(s): 95c6a82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ def CustomChatGPT(user_input):
17
 
18
  demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Drexx Chat Ai")
19
 
20
- demo.launch()
 
17
 
18
  demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Drexx Chat Ai")
19
 
20
+ demo.launch(share="true")