pbrenotvinciguerra commited on
Commit
eaeb55d
1 Parent(s): c4b67c7

sharing gradio app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,5 +44,5 @@ def predict(query):
44
  return str(query_engine.query(query))
45
 
46
  iface = gr.Interface(fn=predict, inputs=["text"], outputs="text")
47
- iface.launch(auth=authenticate)
48
 
 
44
  return str(query_engine.query(query))
45
 
46
  iface = gr.Interface(fn=predict, inputs=["text"], outputs="text")
47
+ iface.launch(auth=authenticate, share=True)
48