Spaces:
Sleeping
Sleeping
share=True
Browse files
app.py
CHANGED
@@ -71,4 +71,4 @@ def retreive(question):
|
|
71 |
demo = gr.Interface(fn=retreive, inputs="textbox", outputs="textbox")
|
72 |
|
73 |
if __name__ == "__main__":
|
74 |
-
demo.launch()
|
|
|
71 |
demo = gr.Interface(fn=retreive, inputs="textbox", outputs="textbox")
|
72 |
|
73 |
if __name__ == "__main__":
|
74 |
+
demo.launch(share=True)
|