Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ def launch():
|
|
| 98 |
OLLAMA_SERVICE_THREAD = threading.Thread(target=ollama_service_thread)
|
| 99 |
OLLAMA_SERVICE_THREAD.start()
|
| 100 |
print("Giving ollama serve a moment")
|
| 101 |
-
time.sleep(
|
| 102 |
|
| 103 |
@spaces.GPU()
|
| 104 |
async def stream_chat(message: str, history: list, model: str, temperature: float, max_new_tokens: int, top_p: float, top_k: int, penalty: float):
|
|
|
|
| 98 |
OLLAMA_SERVICE_THREAD = threading.Thread(target=ollama_service_thread)
|
| 99 |
OLLAMA_SERVICE_THREAD.start()
|
| 100 |
print("Giving ollama serve a moment")
|
| 101 |
+
time.sleep(15)
|
| 102 |
|
| 103 |
@spaces.GPU()
|
| 104 |
async def stream_chat(message: str, history: list, model: str, temperature: float, max_new_tokens: int, top_p: float, top_k: int, penalty: float):
|