Spaces:
Runtime error
Runtime error
Update app,py
Browse files
app,py
CHANGED
@@ -8,7 +8,5 @@ ollama.setup(host="0.0.0.0", port=8000)
|
|
8 |
ollama.start()
|
9 |
|
10 |
# Wait for the server to be ready
|
11 |
-
while True
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
8 |
ollama.start()
|
9 |
|
10 |
# Wait for the server to be ready
|
11 |
+
while True:
|
12 |
+
time.sleep(10) # Adjust the sleep duration as necessary
|
|
|
|