saicharantej commited on
Commit
fa736bb
·
1 Parent(s): 5ed22f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,6 +63,6 @@ iface = gr.Interface(answer_generating_interface,
63
  description="Enter a question around how a company is using AI and get the answer")
64
 
65
 
66
- iface.launch(share=True,debug=True)
67
 
68
 
 
63
  description="Enter a question around how a company is using AI and get the answer")
64
 
65
 
66
+ iface.launch(debug=True)
67
 
68