Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def terminate():
|
|
32 |
|
33 |
# subprocess.run(f"~/ollama pull {model}", shell=True)
|
34 |
|
35 |
-
import
|
36 |
import gradio as gr
|
37 |
from ollama import Client
|
38 |
client = Client(host='http://localhost:11434', timeout=120)
|
|
|
32 |
|
33 |
# subprocess.run(f"~/ollama pull {model}", shell=True)
|
34 |
|
35 |
+
import ollama
|
36 |
import gradio as gr
|
37 |
from ollama import Client
|
38 |
client = Client(host='http://localhost:11434', timeout=120)
|