iShare commited on
Commit
fa95c80
·
1 Parent(s): 9513aec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,4 +35,4 @@ def chat_response(input_text):
35
 
36
  interface = gr.Interface(fn=chat_response, inputs="text", outputs="text", description="Chat with a conversational agent")
37
 
38
- interface.launch(share=True)
 
35
 
36
  interface = gr.Interface(fn=chat_response, inputs="text", outputs="text", description="Chat with a conversational agent")
37
 
38
+ interface.launch()