Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import threading
|
|
4 |
import time
|
5 |
import subprocess
|
6 |
import spaces
|
7 |
-
import
|
8 |
|
9 |
OLLAMA = os.path.expanduser("~/ollama")
|
10 |
process = None
|
|
|
4 |
import time
|
5 |
import subprocess
|
6 |
import spaces
|
7 |
+
import syncio
|
8 |
|
9 |
OLLAMA = os.path.expanduser("~/ollama")
|
10 |
process = None
|