Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
|
@@ -3,7 +3,7 @@ from fastapi.staticfiles import StaticFiles
|
|
| 3 |
from fastapi.responses import FileResponse
|
| 4 |
|
| 5 |
import ollama
|
| 6 |
-
ollama.pull('gemma3:4b')
|
| 7 |
|
| 8 |
app = FastAPI()
|
| 9 |
|
|
|
|
| 3 |
from fastapi.responses import FileResponse
|
| 4 |
|
| 5 |
import ollama
|
| 6 |
+
# ollama.pull('gemma3:4b')
|
| 7 |
|
| 8 |
app = FastAPI()
|
| 9 |
|