Spaces:
Running
on
T4
Running
on
T4
cheesyFishes
commited on
Commit
·
4975ba4
1
Parent(s):
476616d
desperate
Browse files
app.py
CHANGED
@@ -254,4 +254,4 @@ This demo was built with [LlamaIndex](https://docs.llamaindex.ai) and [LlamaPars
|
|
254 |
|
255 |
if __name__ == "__main__":
|
256 |
# Running locally
|
257 |
-
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
254 |
|
255 |
if __name__ == "__main__":
|
256 |
# Running locally
|
257 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, share=False, auth=None, ssr_mode=False)
|