Spaces:
Sleeping
Sleeping
Commit
·
eaeb55d
1
Parent(s):
c4b67c7
sharing gradio app
Browse files
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 |
|