Spaces:
Runtime error
Runtime error
Commit
·
74fa773
1
Parent(s):
e4f3acf
Upload app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ def main():
|
|
119 |
model_args,
|
120 |
tune_strategy='none',
|
121 |
ds_config=ds_config,
|
122 |
-
device=
|
123 |
)
|
124 |
|
125 |
# We don't need input data, we will read interactively from stdin
|
|
|
119 |
model_args,
|
120 |
tune_strategy='none',
|
121 |
ds_config=ds_config,
|
122 |
+
device=pipeline_args.device,
|
123 |
)
|
124 |
|
125 |
# We don't need input data, we will read interactively from stdin
|