Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def scrape(url: str = Query(...)):
|
|
36 |
return ThreadResponse(question=question, replies=replies)
|
37 |
return ThreadResponse(question="", replies=[])
|
38 |
|
39 |
-
MODEL_NAME = "
|
40 |
|
41 |
# Load the pipeline once at startup with device auto-mapping
|
42 |
text_generator = pipeline(
|
|
|
36 |
return ThreadResponse(question=question, replies=replies)
|
37 |
return ThreadResponse(question="", replies=[])
|
38 |
|
39 |
+
MODEL_NAME = "manycore-research/SpatialLM-Llama-1B"
|
40 |
|
41 |
# Load the pipeline once at startup with device auto-mapping
|
42 |
text_generator = pipeline(
|