leonardo2204 commited on
Commit
6ba1616
·
1 Parent(s): d6fb159

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,4 +22,4 @@ def CustomChatGPT(user_input):
22
 
23
  demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Alfred - Evento Páscoa 8/Abril")
24
 
25
- demo.launch(share=True)
 
22
 
23
  demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Alfred - Evento Páscoa 8/Abril")
24
 
25
+ demo.launch()