broadfield-dev commited on
Commit
e335128
·
verified ·
1 Parent(s): 3a7274d

Update app,py

Browse files
Files changed (1) hide show
  1. app,py +2 -4
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
- 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