Spaces:
Running
Running
Commit
•
e7932f8
1
Parent(s):
e72ca01
fix
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ from .config_store import (
|
|
26 |
DEVICE = "cpu"
|
27 |
LAUNCHER = "process"
|
28 |
SCENARIO = "inference"
|
29 |
-
BACKENDS = ["
|
30 |
MODELS = [
|
31 |
"google-bert/bert-base-uncased",
|
32 |
"openai-community/gpt2",
|
|
|
26 |
DEVICE = "cpu"
|
27 |
LAUNCHER = "process"
|
28 |
SCENARIO = "inference"
|
29 |
+
BACKENDS = ["pytorch", "openvino"]
|
30 |
MODELS = [
|
31 |
"google-bert/bert-base-uncased",
|
32 |
"openai-community/gpt2",
|