Ahsen Khaliq commited on
Commit
700168a
1 Parent(s): c6d1a7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,8 +75,8 @@ class InferenceModel(object):
75
  else:
76
  raise ValueError('unknown model_type: %s' % model_type)
77
 
78
- gin_files = ['/content/mt3/gin/model.gin',
79
- f'/content/mt3/gin/{model_type}.gin']
80
 
81
  self.batch_size = 8
82
  self.outputs_length = 1024
75
  else:
76
  raise ValueError('unknown model_type: %s' % model_type)
77
 
78
+ gin_files = ['/home/user/app/mt3/gin/model.gin',
79
+ '/home/user/app/mt3/gin/mt3.gin']
80
 
81
  self.batch_size = 8
82
  self.outputs_length = 1024