Spaces:
Build error
Build error
Commit
·
c5f2b5e
1
Parent(s):
d371d6f
Update app.py
Browse files
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 |
|