Spaces:
Running
on
T4
Running
on
T4
thomasht86
commited on
Commit
β’
6bc996f
1
Parent(s):
8ce4d25
Upload folder using huggingface_hub
Browse files
main.py
CHANGED
@@ -149,4 +149,4 @@ def get(query: str, nn: bool = False):
|
|
149 |
|
150 |
if __name__ == "__main__":
|
151 |
# ModelManager.get_instance() # Initialize once at startup
|
152 |
-
serve()
|
|
|
149 |
|
150 |
if __name__ == "__main__":
|
151 |
# ModelManager.get_instance() # Initialize once at startup
|
152 |
+
serve(port=7860)
|