AashishKumar commited on
Commit
4592ae2
·
1 Parent(s): 358411f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,5 +193,5 @@ interface = gr.Interface(
193
  description="Talk to the Foodie Chatbot and get restaurant recommendations and menus!",
194
  )
195
  if __name__ == "__main__":
196
- interface.launch(share=True ,debug=True)
197
 
 
193
  description="Talk to the Foodie Chatbot and get restaurant recommendations and menus!",
194
  )
195
  if __name__ == "__main__":
196
+ interface.launch(inline=False)
197