Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
empty pluginscontext to Request data
Browse files
app.py
CHANGED
@@ -87,6 +87,7 @@ def predict(input, pacing):
|
|
87 |
use_cleanup = 0
|
88 |
|
89 |
data = {
|
|
|
90 |
'modelType': model_type,
|
91 |
'sequence': line,
|
92 |
'pace': pace,
|
|
|
87 |
use_cleanup = 0
|
88 |
|
89 |
data = {
|
90 |
+
'pluginsContext': '{}',
|
91 |
'modelType': model_type,
|
92 |
'sequence': line,
|
93 |
'pace': pace,
|