rknl commited on
Commit
0c18fb3
·
verified ·
1 Parent(s): 9e036b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -155,4 +155,5 @@ with gr.Blocks() as demo:
155
  ask_button.click(query_tqa, inputs=[query_input], outputs=[model_output,model_metadata,reference,reference_text])
156
  plot_button.click(plot_full_kg, outputs=kg_output)
157
 
158
- demo.launch(auth=("telcom", "letswin!!"), share=False)
 
 
155
  ask_button.click(query_tqa, inputs=[query_input], outputs=[model_output,model_metadata,reference,reference_text])
156
  plot_button.click(plot_full_kg, outputs=kg_output)
157
 
158
+ # demo.launch(auth=("telcom", "letswin!!"), share=False)
159
+ demo.launch(share=False)