Jack7510 commited on
Commit
c3e79ab
1 Parent(s): c393516

Update app.py

Browse files

remove share=True

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,4 +25,4 @@ def chatbot(text):
25
  iface = gr.Interface(fn=chatbot, inputs="text", outputs="text", title="GPT-3 Chatbot")
26
 
27
  # Launch the interface
28
- iface.launch(share=True)
 
25
  iface = gr.Interface(fn=chatbot, inputs="text", outputs="text", title="GPT-3 Chatbot")
26
 
27
  # Launch the interface
28
+ iface.launch()