AashishKumar commited on
Commit
820c82c
·
1 Parent(s): 8122bd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,6 +178,6 @@ interface = gr.Interface(
178
  description="Talk to the Foodie Chatbot and get restaurant recommendations and menus!",
179
  )
180
  if __name__ == "__main__":
181
- interface.launch(share=True ,inline=False)
182
 
183
 
 
178
  description="Talk to the Foodie Chatbot and get restaurant recommendations and menus!",
179
  )
180
  if __name__ == "__main__":
181
+ interface.launch(inline=False)
182
 
183