Colby commited on
Commit
65cc865
1 Parent(s): 836e3d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", device=0)
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: