hrishikesh commited on
Commit
40d8ccc
·
1 Parent(s): 13e181b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,4 +24,4 @@ def chatbot(input, history=[]):
24
 
25
  gr.Interface( title = 'An Alternative to chatGPT - Built by Hrishikesh', fn = chatbot,
26
  inputs = ["text",'state'],
27
- outputs = ["chatbot",'state']).launch(debug = True , share=True)
 
24
 
25
  gr.Interface( title = 'An Alternative to chatGPT - Built by Hrishikesh', fn = chatbot,
26
  inputs = ["text",'state'],
27
+ outputs = ["chatbot",'state']).launch(debug = True )