broadfield-dev commited on
Commit
76d98cb
·
verified ·
1 Parent(s): 6d5833a

Update app,py

Browse files
Files changed (1) hide show
  1. app,py +4 -1
app,py CHANGED
@@ -8,4 +8,7 @@ ollama.setup(host="0.0.0.0", port=8000)
8
  ollama.start()
9
 
10
  # Wait for the server to be ready
11
- time.sleep(10) # Adjust the sleep duration as necessary
 
 
 
 
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
+