Vish2005 commited on
Commit
f00d2b6
1 Parent(s): 493961f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -356,5 +356,5 @@ tests = ["giv me number of orders from the driver elizbeth", "name of driver wit
356
  """# UI"""
357
 
358
  iface = gr.Interface(fn=query_creator, inputs= [gr.Textbox(label = "API Key"), gr.Textbox(label = "Organization Key"), gr.Textbox(label = "Plain Text Query")], outputs=gr.Textbox(label = "MongoDB Query"), )
359
- iface.launch(share = True, debug = True)
360
 
 
356
  """# UI"""
357
 
358
  iface = gr.Interface(fn=query_creator, inputs= [gr.Textbox(label = "API Key"), gr.Textbox(label = "Organization Key"), gr.Textbox(label = "Plain Text Query")], outputs=gr.Textbox(label = "MongoDB Query"), )
359
+ iface.launch()
360