danielalves commited on
Commit
10e6b2c
·
1 Parent(s): 2f366e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ iface = gr.Interface(fn=CustomChatGPT,
30
  title="ChatBot Rude")
31
 
32
 
33
- iface.launch(share=True)
 
30
  title="ChatBot Rude")
31
 
32
 
33
+ iface.launch()