broadfield-dev commited on
Commit
a9b76d9
·
verified ·
1 Parent(s): 0f328c4

Update app,py

Browse files
Files changed (1) hide show
  1. app,py +2 -2
app,py CHANGED
@@ -8,7 +8,7 @@ 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
- #time.sleep(10) # Adjust the sleep duration as necessary
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
13
 
14