Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import json
|
|
3 |
|
4 |
from transformers import pipeline
|
5 |
# Load the pipeline
|
6 |
-
tourModel = pipeline(model="manhan/GPT-Tour"
|
7 |
|
8 |
def getTour(income,size,years,sex,edu,wrk):
|
9 |
# person = a dict with person-level and hh-level attributes:
|
|
|
3 |
|
4 |
from transformers import pipeline
|
5 |
# Load the pipeline
|
6 |
+
tourModel = pipeline(model="manhan/GPT-Tour")
|
7 |
|
8 |
def getTour(income,size,years,sex,edu,wrk):
|
9 |
# person = a dict with person-level and hh-level attributes:
|