birkancelik18 commited on
Commit
aef5ec5
1 Parent(s): ebe8a2b

fix gradio error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ def CustomChatGPT(user_input):
18
 
19
  demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "J.A.R.V.I.S.")
20
 
21
- demo.launch(share=True)
 
18
 
19
  demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "J.A.R.V.I.S.")
20
 
21
+ demo.launch()