JAYASWAROOP commited on
Commit
df15593
1 Parent(s): 351b06b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def Custom_GPT(msg):
14
 
15
  demo = gr.Interface(fn=Custom_GPT, inputs="text", outputs="text", title="Coder Chatbot")
16
 
17
- demo.launch(share=True)
18
 
19
 
20
 
 
14
 
15
  demo = gr.Interface(fn=Custom_GPT, inputs="text", outputs="text", title="Coder Chatbot")
16
 
17
+ demo.launch()
18
 
19
 
20