nehalelkaref commited on
Commit
c5f2b5e
·
1 Parent(s): d371d6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,5 +47,5 @@ print('STARTING ..')
47
  # model = SpanNet.load_model(model_path)
48
  iface = gr.Interface(fn=temp, inputs="text", outputs="text")
49
  # iface = gr.Interface(fn=predict_label, inputs="text", outputs="text")
50
- iface.launch(share=True, blocked_paths=['models'])
51
 
 
47
  # model = SpanNet.load_model(model_path)
48
  iface = gr.Interface(fn=temp, inputs="text", outputs="text")
49
  # iface = gr.Interface(fn=predict_label, inputs="text", outputs="text")
50
+ iface.launch(share=True, blocked_paths=['models'], auth=True)
51